Uses of Class
com.oracle.bmc.lockbox.model.AccessRequestExt.LifecycleState
-
Packages that use AccessRequestExt.LifecycleState Package Description com.oracle.bmc.lockbox.model -
-
Uses of AccessRequestExt.LifecycleState in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return AccessRequestExt.LifecycleState Modifier and Type Method Description static AccessRequestExt.LifecycleState
AccessRequestExt.LifecycleState. create(String key)
AccessRequestExt.LifecycleState
AccessRequestExt. getLifecycleState()
Possible access request lifecycle states.static AccessRequestExt.LifecycleState
AccessRequestExt.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessRequestExt.LifecycleState[]
AccessRequestExt.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.lockbox.model with parameters of type AccessRequestExt.LifecycleState Modifier and Type Method Description AccessRequestExt.Builder
AccessRequestExt.Builder. lifecycleState(AccessRequestExt.LifecycleState lifecycleState)
Possible access request lifecycle states.Constructors in com.oracle.bmc.lockbox.model with parameters of type AccessRequestExt.LifecycleState Constructor Description AccessRequestExt(String requestorUserName, String id, String lockboxId, String displayName, String description, String requestorId, AccessRequestExt.LifecycleState lifecycleState, AccessRequestExt.LifecycleStateDetails lifecycleStateDetails, String accessDuration, Map<String,String> context, List<ActivityLog> activityLogs, Date timeCreated, Date timeUpdated, Date timeExpired, Date timeReminded, Integer reminderCount, String requestorLocation, String ticketNumber)
Deprecated.
-