Uses of Interface
io.thestencil.client.api.StencilConfig.AuthorProvider
-
Packages that use StencilConfig.AuthorProvider Package Description io.thestencil.client.api -
-
Uses of StencilConfig.AuthorProvider in io.thestencil.client.api
Methods in io.thestencil.client.api that return StencilConfig.AuthorProvider Modifier and Type Method Description StencilConfig.AuthorProviderImmutableStencilConfig. getAuthorProvider()StencilConfig.AuthorProviderStencilConfig. getAuthorProvider()Methods in io.thestencil.client.api with parameters of type StencilConfig.AuthorProvider Modifier and Type Method Description ImmutableStencilConfig.BuilderImmutableStencilConfig.Builder. authorProvider(StencilConfig.AuthorProvider authorProvider)Initializes the value for theauthorProviderattribute.ImmutableStencilConfigImmutableStencilConfig. withAuthorProvider(StencilConfig.AuthorProvider value)Copy the current immutable object by setting a value for theauthorProviderattribute.
-