Uses of Class
org.hyperledger.aries.api.out_of_band.AttachmentDef.AttachmentType
-
Packages that use AttachmentDef.AttachmentType Package Description org.hyperledger.aries.api.out_of_band -
-
Uses of AttachmentDef.AttachmentType in org.hyperledger.aries.api.out_of_band
Methods in org.hyperledger.aries.api.out_of_band that return AttachmentDef.AttachmentType Modifier and Type Method Description AttachmentDef.AttachmentTypeAttachmentDef. getType()static AttachmentDef.AttachmentTypeAttachmentDef.AttachmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentDef.AttachmentType[]AttachmentDef.AttachmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.out_of_band with parameters of type AttachmentDef.AttachmentType Modifier and Type Method Description voidAttachmentDef. setType(AttachmentDef.AttachmentType type)AttachmentDef.AttachmentDefBuilderAttachmentDef.AttachmentDefBuilder. type(AttachmentDef.AttachmentType type)Constructors in org.hyperledger.aries.api.out_of_band with parameters of type AttachmentDef.AttachmentType Constructor Description AttachmentDef(String id, AttachmentDef.AttachmentType type)
-