Uses of Class
com.oracle.bmc.integration.model.AttachmentDetails.TargetRole
-
Packages that use AttachmentDetails.TargetRole Package Description com.oracle.bmc.integration.model -
-
Uses of AttachmentDetails.TargetRole in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return AttachmentDetails.TargetRole Modifier and Type Method 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.Methods in com.oracle.bmc.integration.model with parameters of type AttachmentDetails.TargetRole Modifier and Type Method Description AttachmentDetails.Builder
AttachmentDetails.Builder. targetRole(AttachmentDetails.TargetRole targetRole)
The role of the target attachment.Constructors in com.oracle.bmc.integration.model with parameters of type AttachmentDetails.TargetRole Constructor Description AttachmentDetails(AttachmentDetails.TargetRole targetRole, Boolean isImplicit, String targetId, String targetInstanceUrl, String targetServiceType)
Deprecated.
-