Uses of Class
com.oracle.bmc.oda.model.OdaInstanceAttachment.AttachmentType
-
Packages that use OdaInstanceAttachment.AttachmentType Package Description com.oracle.bmc.oda.model -
-
Uses of OdaInstanceAttachment.AttachmentType in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaInstanceAttachment.AttachmentType Modifier and Type Method Description static OdaInstanceAttachment.AttachmentTypeOdaInstanceAttachment.AttachmentType. create(String key)OdaInstanceAttachment.AttachmentTypeOdaInstanceAttachment. getAttachmentType()The type of attachment defined as an enum.static OdaInstanceAttachment.AttachmentTypeOdaInstanceAttachment.AttachmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static OdaInstanceAttachment.AttachmentType[]OdaInstanceAttachment.AttachmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type OdaInstanceAttachment.AttachmentType Modifier and Type Method Description OdaInstanceAttachment.BuilderOdaInstanceAttachment.Builder. attachmentType(OdaInstanceAttachment.AttachmentType attachmentType)The type of attachment defined as an enum.Constructors in com.oracle.bmc.oda.model with parameters of type OdaInstanceAttachment.AttachmentType Constructor Description OdaInstanceAttachment(String id, String instanceId, String attachToId, OdaInstanceAttachment.AttachmentType attachmentType, String attachmentMetadata, List<String> restrictedOperations, OdaInstanceOwner owner, Date timeCreated, Date timeLastUpdate, OdaInstanceAttachment.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-