Uses of Class
org.hyperledger.acy_py.generated.model.AttachmentDef
-
Packages that use AttachmentDef Package Description org.hyperledger.acy_py.generated.model -
-
Uses of AttachmentDef in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return AttachmentDef Modifier and Type Method Description AttachmentDefAttachmentDef.AttachmentDefBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type AttachmentDef Modifier and Type Method Description List<AttachmentDef>InvitationCreateRequest. getAttachments()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type AttachmentDef Modifier and Type Method Description InvitationCreateRequest.InvitationCreateRequestBuilderInvitationCreateRequest.InvitationCreateRequestBuilder. attachments(List<AttachmentDef> attachments)voidInvitationCreateRequest. setAttachments(List<AttachmentDef> attachments)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type AttachmentDef Constructor Description InvitationCreateRequest(String alias, List<AttachmentDef> attachments, List<String> handshakeProtocols, String mediationId, Object metadata, String myLabel, Boolean usePublicDid)
-