Uses of Class
com.oracle.bmc.identitydomains.model.MyRequest.Action
-
Packages that use MyRequest.Action Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyRequest.Action in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyRequest.Action Modifier and Type Method Description static MyRequest.Action
MyRequest.Action. create(String key)
MyRequest.Action
MyRequest. getAction()
Requestor can set action to CANCEL to cancel the request or to ESCALATE to escalate the request while the request status is IN_PROGRESS.static MyRequest.Action
MyRequest.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyRequest.Action[]
MyRequest.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyRequest.Action Modifier and Type Method Description MyRequest.Builder
MyRequest.Builder. action(MyRequest.Action action)
Requestor can set action to CANCEL to cancel the request or to ESCALATE to escalate the request while the request status is IN_PROGRESS.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyRequest.Action Constructor Description MyRequest(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String justification, MyRequest.Status status, MyRequest.Action action, String expires, List<MyRequestApprovalDetails> approvalDetails, MyRequestRequestor requestor, MyRequestRequesting requesting)
Deprecated.
-