Uses of Class
org.hyperledger.aries.api.out_of_band.AttachmentDef
-
Packages that use AttachmentDef Package Description org.hyperledger.aries.api.out_of_band -
-
Uses of AttachmentDef in org.hyperledger.aries.api.out_of_band
Methods in org.hyperledger.aries.api.out_of_band that return AttachmentDef Modifier and Type Method Description AttachmentDefAttachmentDef.AttachmentDefBuilder. build()Methods in org.hyperledger.aries.api.out_of_band that return types with arguments of type AttachmentDef Modifier and Type Method Description List<AttachmentDef>InvitationCreateRequest. getAttachments()Methods in org.hyperledger.aries.api.out_of_band with parameters of type AttachmentDef Modifier and Type Method Description InvitationCreateRequest.InvitationCreateRequestBuilderInvitationCreateRequest.InvitationCreateRequestBuilder. attachment(AttachmentDef attachment)Method parameters in org.hyperledger.aries.api.out_of_band with type arguments of type AttachmentDef Modifier and Type Method Description InvitationCreateRequest.InvitationCreateRequestBuilderInvitationCreateRequest.InvitationCreateRequestBuilder. attachments(Collection<? extends AttachmentDef> attachments)voidInvitationCreateRequest. setAttachments(List<AttachmentDef> attachments)Constructor parameters in org.hyperledger.aries.api.out_of_band 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)
-