Uses of Class
com.oracle.bmc.identity.model.IamWorkRequestResource.ActionType
-
Packages that use IamWorkRequestResource.ActionType Package Description com.oracle.bmc.identity.model -
-
Uses of IamWorkRequestResource.ActionType in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return IamWorkRequestResource.ActionType Modifier and Type Method Description static IamWorkRequestResource.ActionType
IamWorkRequestResource.ActionType. create(String key)
IamWorkRequestResource.ActionType
IamWorkRequestResource. getActionType()
The way in which this resource is affected by the work tracked in the work request.static IamWorkRequestResource.ActionType
IamWorkRequestResource.ActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IamWorkRequestResource.ActionType[]
IamWorkRequestResource.ActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type IamWorkRequestResource.ActionType Modifier and Type Method Description IamWorkRequestResource.Builder
IamWorkRequestResource.Builder. actionType(IamWorkRequestResource.ActionType actionType)
The way in which this resource is affected by the work tracked in the work request.Constructors in com.oracle.bmc.identity.model with parameters of type IamWorkRequestResource.ActionType Constructor Description IamWorkRequestResource(IamWorkRequestResource.ActionType actionType, String entityType, String identifier, String entityUri)
Deprecated.
-