Uses of Enum Class
io.clonecloudstore.administration.model.ClientOwnership
Packages that use ClientOwnership
Package
Description
-
Uses of ClientOwnership in io.clonecloudstore.administration.client
Methods in io.clonecloudstore.administration.client that return ClientOwnershipModifier and TypeMethodDescriptionOwnershipApiClient.add
(String clientId, String bucket, ClientOwnership ownership) Invalidate CacheOwnershipApiClient.findByBucket
(String clientId, String bucket) Cache if possibleOwnershipApiClient.getClientOwnershipFromAsync
(CompletableFuture<ClientOwnership> completableFuture) OwnershipApiClient.update
(String clientId, String bucket, ClientOwnership ownership) Invalidate CacheMethods in io.clonecloudstore.administration.client that return types with arguments of type ClientOwnershipModifier and TypeMethodDescriptionOwnershipApiClient.addAsync
(String clientId, String bucket, ClientOwnership ownership) Invalidate Cache and async methodMethods in io.clonecloudstore.administration.client with parameters of type ClientOwnershipModifier and TypeMethodDescriptionOwnershipApiClient.add
(String clientId, String bucket, ClientOwnership ownership) Invalidate CacheOwnershipApiClient.addAsync
(String clientId, String bucket, ClientOwnership ownership) Invalidate Cache and async methodOwnershipApiClient.listWithOwnership
(String clientId, ClientOwnership ownership) Cache if possibleOwnershipApiClient.update
(String clientId, String bucket, ClientOwnership ownership) Invalidate CacheMethod parameters in io.clonecloudstore.administration.client with type arguments of type ClientOwnershipModifier and TypeMethodDescriptionOwnershipApiClient.getClientOwnershipFromAsync
(CompletableFuture<ClientOwnership> completableFuture) -
Uses of ClientOwnership in io.clonecloudstore.administration.client.api
Methods in io.clonecloudstore.administration.client.api that return types with arguments of type ClientOwnershipModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<ClientOwnership> OwnershipApi.add
(String client, String bucket, ClientOwnership ownership) io.smallrye.mutiny.Uni
<ClientOwnership> OwnershipApi.findByBucket
(String client, String bucket) io.smallrye.mutiny.Uni
<ClientOwnership> OwnershipApi.update
(String client, String bucket, ClientOwnership ownership) Methods in io.clonecloudstore.administration.client.api with parameters of type ClientOwnershipModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<ClientOwnership> OwnershipApi.add
(String client, String bucket, ClientOwnership ownership) io.smallrye.mutiny.Uni
<Collection<ClientBucketAccess>> OwnershipApi.listAll
(String client, ClientOwnership ownership) io.smallrye.mutiny.Uni
<ClientOwnership> OwnershipApi.update
(String client, String bucket, ClientOwnership ownership) -
Uses of ClientOwnership in io.clonecloudstore.administration.model
Methods in io.clonecloudstore.administration.model that return ClientOwnershipModifier and TypeMethodDescriptionstatic ClientOwnership
ClientOwnership.fromStatusCode
(short code) ClientOwnership.fusion
(ClientOwnership ownership) ClientBucketAccess.ownership()
Returns the value of theownership
record component.static ClientOwnership
Returns the enum constant of this class with the specified name.static ClientOwnership[]
ClientOwnership.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.clonecloudstore.administration.model with parameters of type ClientOwnershipModifier and TypeMethodDescriptionClientOwnership.fusion
(ClientOwnership ownership) boolean
ClientBucketAccess.include
(ClientOwnership ownership) boolean
ClientOwnership.include
(ClientOwnership ownership) Constructors in io.clonecloudstore.administration.model with parameters of type ClientOwnershipModifierConstructorDescriptionClientBucketAccess
(String client, String bucket, ClientOwnership ownership) Creates an instance of aClientBucketAccess
record class.