Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
IamWorkRequestResource(IamWorkRequestResource.ActionType actionType,
String entityType,
String identifier,
String entityUri)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.