Uses of Class
org.hyperledger.acy_py.generated.model.AttachDecorator
-
-
Uses of AttachDecorator in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return AttachDecorator Modifier and Type Method Description AttachDecoratorAttachDecorator.AttachDecoratorBuilder. build()AttachDecoratorDIDXRequest. getDidDocTildeAttach()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type AttachDecorator Modifier and Type Method Description List<AttachDecorator>V20CredIssue. getCredentialsTildeAttach()List<AttachDecorator>V20CredProposal. getFiltersTildeAttach()List<AttachDecorator>CredentialOffer. getOffersTildeAttach()List<AttachDecorator>V20CredOffer. getOffersTildeAttach()List<AttachDecorator>V20Pres. getPresentationsTildeAttach()List<AttachDecorator>V20PresProposal. getProposalsTildeAttach()List<AttachDecorator>PresentationRequest. getRequestPresentationsTildeAttach()List<AttachDecorator>V20PresRequest. getRequestPresentationsTildeAttach()List<AttachDecorator>InvitationMessage. getRequestsTildeAttach()List<AttachDecorator>V20CredRequest. getRequestsTildeAttach()Methods in org.hyperledger.acy_py.generated.model with parameters of type AttachDecorator Modifier and Type Method Description DIDXRequest.DIDXRequestBuilderDIDXRequest.DIDXRequestBuilder. didDocTildeAttach(AttachDecorator didDocTildeAttach)voidDIDXRequest. setDidDocTildeAttach(AttachDecorator didDocTildeAttach)Constructors in org.hyperledger.acy_py.generated.model with parameters of type AttachDecorator Constructor Description DIDXRequest(String atId, String atType, String did, AttachDecorator didDocTildeAttach, String label)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type AttachDecorator Constructor Description CredentialOffer(String atId, String atType, String comment, CredentialPreview credentialPreview, List<AttachDecorator> offersTildeAttach)PresentationRequest(String atId, String atType, String comment, List<AttachDecorator> requestPresentationsTildeAttach)V20CredIssue(String atId, String atType, String comment, List<AttachDecorator> credentialsTildeAttach, List<V20CredFormat> formats, String replacementId)V20CredProposal(String atId, String atType, String comment, V20CredPreview credentialPreview, List<AttachDecorator> filtersTildeAttach, List<V20CredFormat> formats) -
Uses of AttachDecorator in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return types with arguments of type AttachDecorator Modifier and Type Method Description List<AttachDecorator>V1CredentialExchange.CredentialOfferDict. getOffersAttach()Method parameters in org.hyperledger.aries.api.issue_credential_v1 with type arguments of type AttachDecorator Modifier and Type Method Description V1CredentialExchange.CredentialOfferDict.CredentialOfferDictBuilderV1CredentialExchange.CredentialOfferDict.CredentialOfferDictBuilder. offersAttach(List<AttachDecorator> offersAttach)voidV1CredentialExchange.CredentialOfferDict. setOffersAttach(List<AttachDecorator> offersAttach)Constructor parameters in org.hyperledger.aries.api.issue_credential_v1 with type arguments of type AttachDecorator Constructor Description CredentialOfferDict(String type, String id, ThreadId threadId, V1CredentialExchange.CredentialProposalDict.CredentialProposal credentialPreview, List<AttachDecorator> offersAttach) -
Uses of AttachDecorator in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return types with arguments of type AttachDecorator Modifier and Type Method Description List<AttachDecorator>V20CredProposal. getFiltersAttach()List<AttachDecorator>V20CredOffer. getOffersAttach()Method parameters in org.hyperledger.aries.api.issue_credential_v2 with type arguments of type AttachDecorator Modifier and Type Method Description V20CredProposal.V20CredProposalBuilderV20CredProposal.V20CredProposalBuilder. filtersAttach(List<AttachDecorator> filtersAttach)V20CredOffer.V20CredOfferBuilderV20CredOffer.V20CredOfferBuilder. offersAttach(List<AttachDecorator> offersAttach)voidV20CredProposal. setFiltersAttach(List<AttachDecorator> filtersAttach)voidV20CredOffer. setOffersAttach(List<AttachDecorator> offersAttach)Constructor parameters in org.hyperledger.aries.api.issue_credential_v2 with type arguments of type AttachDecorator Constructor Description V20CredProposal(String id, String type, String comment, CredentialPreview credentialPreview, List<AttachDecorator> filtersAttach, List<V20CredFormat> formats) -
Uses of AttachDecorator in org.hyperledger.aries.api.out_of_band
Methods in org.hyperledger.aries.api.out_of_band that return types with arguments of type AttachDecorator Modifier and Type Method Description List<AttachDecorator>InvitationMessage. getRequestsAttach()Method parameters in org.hyperledger.aries.api.out_of_band with type arguments of type AttachDecorator Modifier and Type Method Description InvitationMessage.InvitationMessageBuilder<T>InvitationMessage.InvitationMessageBuilder. requestsAttach(List<AttachDecorator> requestsAttach)voidInvitationMessage. setRequestsAttach(List<AttachDecorator> requestsAttach)
-