Class V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilder
-
- Enclosing class:
- V2CredentialExchangeFree.V2CredentialPreview
public static class V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilderattributes(List<CredentialAttributes> attributes)V2CredentialExchangeFree.V2CredentialPreviewbuild()StringtoString()V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuildertype(String type)
-
-
-
Method Detail
-
type
public V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilder type(String type)
- Returns:
this.
-
attributes
public V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilder attributes(List<CredentialAttributes> attributes)
- Returns:
this.
-
build
public V2CredentialExchangeFree.V2CredentialPreview build()
-
-