Uses of Class
com.microsoft.azure.keyvault.models.ActionType
-
Packages that use ActionType Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of ActionType in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return ActionType Modifier and Type Method Description ActionTypeAction. actionType()Get the actionType value.static ActionTypeActionType. fromString(String value)Parses a serialized value to a ActionType instance.static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.keyvault.models with parameters of type ActionType Modifier and Type Method Description ActionAction. withActionType(ActionType actionType)Set the actionType value.
-