Package | Description |
---|---|
com.oracle.bmc.visualbuilder.model |
Modifier and Type | Method and Description |
---|---|
static AttachmentDetails.TargetRole |
AttachmentDetails.TargetRole.create(String key) |
AttachmentDetails.TargetRole |
AttachmentDetails.getTargetRole()
The role of the target attachment.
|
static AttachmentDetails.TargetRole |
AttachmentDetails.TargetRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentDetails.TargetRole[] |
AttachmentDetails.TargetRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDetails.Builder |
AttachmentDetails.Builder.targetRole(AttachmentDetails.TargetRole targetRole)
The role of the target attachment.
|
Constructor and Description |
---|
AttachmentDetails(AttachmentDetails.TargetRole targetRole,
Boolean isImplicit,
String targetId,
String targetInstanceUrl,
String targetServiceType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.