Uses of Enum Class
cloud.pangeacyber.pangea.vault.models.ItemVersionState
Packages that use ItemVersionState
Package
Description
-
Uses of ItemVersionState in cloud.pangeacyber.pangea.vault
Methods in cloud.pangeacyber.pangea.vault with parameters of type ItemVersionStateModifier and TypeMethodDescriptionVaultClient.stateChange(String id, int version, ItemVersionState state) State change -
Uses of ItemVersionState in cloud.pangeacyber.pangea.vault.models
Methods in cloud.pangeacyber.pangea.vault.models that return ItemVersionStateModifier and TypeMethodDescriptionstatic ItemVersionStateReturns the enum constant of this class with the specified name.static ItemVersionState[]ItemVersionState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ItemVersionState in cloud.pangeacyber.pangea.vault.requests
Methods in cloud.pangeacyber.pangea.vault.requests that return ItemVersionStateModifier and TypeMethodDescriptionCommonRotateRequest.getRotationState()GetRequest.getVersionState()Methods in cloud.pangeacyber.pangea.vault.requests with parameters of type ItemVersionStateModifier and TypeMethodDescriptionCommonRotateRequest.CommonRotateRequestBuilder.setRotationState(ItemVersionState rotationState) GetRequest.GetRequestBuilder.setVersionState(ItemVersionState versionState) Constructors in cloud.pangeacyber.pangea.vault.requests with parameters of type ItemVersionState