Uses of Class
org.hyperledger.acy_py.generated.model.AttachmentDef.TypeEnum
-
Packages that use AttachmentDef.TypeEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of AttachmentDef.TypeEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return AttachmentDef.TypeEnum Modifier and Type Method Description static AttachmentDef.TypeEnumAttachmentDef.TypeEnum. fromValue(String value)AttachmentDef.TypeEnumAttachmentDef. getType()AttachmentDef.TypeEnumAttachmentDef.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AttachmentDef.TypeEnumAttachmentDef.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentDef.TypeEnum[]AttachmentDef.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type AttachmentDef.TypeEnum Modifier and Type Method Description voidAttachmentDef. setType(AttachmentDef.TypeEnum type)AttachmentDef.AttachmentDefBuilderAttachmentDef.AttachmentDefBuilder. type(AttachmentDef.TypeEnum type)voidAttachmentDef.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AttachmentDef.TypeEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type AttachmentDef.TypeEnum Constructor Description AttachmentDef(String id, AttachmentDef.TypeEnum type)
-