Uses of Class
org.hyperledger.acy_py.generated.model.PresentationDefinition
-
Packages that use PresentationDefinition Package Description org.hyperledger.acy_py.generated.model -
-
Uses of PresentationDefinition in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return PresentationDefinition Modifier and Type Method Description PresentationDefinitionPresentationDefinition.PresentationDefinitionBuilder. build()PresentationDefinitionDIFPresSpec. getPresentationDefinition()PresentationDefinitionDIFProofRequest. getPresentationDefinition()Methods in org.hyperledger.acy_py.generated.model with parameters of type PresentationDefinition Modifier and Type Method Description DIFPresSpec.DIFPresSpecBuilderDIFPresSpec.DIFPresSpecBuilder. presentationDefinition(PresentationDefinition presentationDefinition)DIFProofRequest.DIFProofRequestBuilderDIFProofRequest.DIFProofRequestBuilder. presentationDefinition(PresentationDefinition presentationDefinition)voidDIFPresSpec. setPresentationDefinition(PresentationDefinition presentationDefinition)voidDIFProofRequest. setPresentationDefinition(PresentationDefinition presentationDefinition)Constructors in org.hyperledger.acy_py.generated.model with parameters of type PresentationDefinition Constructor Description DIFPresSpec(String issuerId, PresentationDefinition presentationDefinition, Object recordIds, Object revealDoc)DIFProofRequest(DIFOptions options, PresentationDefinition presentationDefinition)
-