Uses of Interface
io.dialob.client.spi.store.DialobStoreConfig.AuthorProvider
-
Packages that use DialobStoreConfig.AuthorProvider Package Description io.dialob.client.spi io.dialob.client.spi.store -
-
Uses of DialobStoreConfig.AuthorProvider in io.dialob.client.spi
Methods in io.dialob.client.spi with parameters of type DialobStoreConfig.AuthorProvider Modifier and Type Method Description DialobStoreFileImpl.BuilderDialobStoreFileImpl.Builder. authorProvider(DialobStoreConfig.AuthorProvider authorProvider) -
Uses of DialobStoreConfig.AuthorProvider in io.dialob.client.spi.store
Methods in io.dialob.client.spi.store that return DialobStoreConfig.AuthorProvider Modifier and Type Method Description DialobStoreConfig.AuthorProviderDialobStoreConfig. getAuthorProvider()DialobStoreConfig.AuthorProviderImmutableDialobStoreConfig. getAuthorProvider()Methods in io.dialob.client.spi.store with parameters of type DialobStoreConfig.AuthorProvider Modifier and Type Method Description ImmutableDialobStoreConfig.BuilderImmutableDialobStoreConfig.Builder. authorProvider(DialobStoreConfig.AuthorProvider authorProvider)Initializes the value for theauthorProviderattribute.ImmutableDialobStoreConfigImmutableDialobStoreConfig. withAuthorProvider(DialobStoreConfig.AuthorProvider value)Copy the current immutable object by setting a value for theauthorProviderattribute.
-