Package web5.sdk.credentials.model
Class InputDescriptorV2
-
- All Implemented Interfaces:
public final class InputDescriptorV2Represents an input descriptor in a presentation definition.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringnameprivate final Stringpurposeprivate final Formatformatprivate final ConstraintsV2constraints
-
Constructor Summary
Constructors Constructor Description InputDescriptorV2(String id, String name, String purpose, Format format, ConstraintsV2 constraints)
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetName()final StringgetPurpose()final FormatgetFormat()final ConstraintsV2getConstraints()-
-
Constructor Detail
-
InputDescriptorV2
InputDescriptorV2(String id, String name, String purpose, Format format, ConstraintsV2 constraints)
-
-
Method Detail
-
getPurpose
final String getPurpose()
-
getConstraints
final ConstraintsV2 getConstraints()
-
-
-
-