Package | Description |
---|---|
com.oracle.bmc.rover | |
com.oracle.bmc.rover.model |
Modifier and Type | Method and Description |
---|---|
static RoverEntitlement.LifecycleState |
RoverEntitlement.LifecycleState.create(String key) |
RoverEntitlement.LifecycleState |
RoverEntitlement.getLifecycleState()
Lifecyclestate for the entitlement.
|
RoverEntitlement.LifecycleState |
RoverEntitlementSummary.getLifecycleState()
Lifecyclestate for the entitlement.
|
static RoverEntitlement.LifecycleState |
RoverEntitlement.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoverEntitlement.LifecycleState[] |
RoverEntitlement.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RoverEntitlement.Builder |
RoverEntitlement.Builder.lifecycleState(RoverEntitlement.LifecycleState lifecycleState)
Lifecyclestate for the entitlement.
|
RoverEntitlementSummary.Builder |
RoverEntitlementSummary.Builder.lifecycleState(RoverEntitlement.LifecycleState lifecycleState)
Lifecyclestate for the entitlement.
|
Constructor and Description |
---|
RoverEntitlement(String tenantId,
String id,
String compartmentId,
String displayName,
String requestorName,
String requestorEmail,
RoverEntitlement.LifecycleState lifecycleState,
String entitlementDetails,
String lifecycleStateDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
RoverEntitlementSummary(String id,
String compartmentId,
String displayName,
String requestorName,
String requestorEmail,
RoverEntitlement.LifecycleState lifecycleState,
String lifecycleStateDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.