Package web5.sdk.credentials.model
Enum ConformantConsumerDisclosure
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ConformantConsumerDisclosure extends Enum<ConformantConsumerDisclosure>
Enumeration representing consumer disclosure options. Represents the possible values of `limit_disclosure' property as defined in Input Descriptor
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringstrprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<ConformantConsumerDisclosure>entries
-
Method Summary
Modifier and Type Method Description final ConformantConsumerDisclosurevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<ConformantConsumerDisclosure>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetStr()final EnumEntries<ConformantConsumerDisclosure>getEntries()Enumeration representing consumer disclosure options. -
-
Method Detail
-
valueOf
final ConformantConsumerDisclosure valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<ConformantConsumerDisclosure> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<ConformantConsumerDisclosure> getEntries()
Enumeration representing consumer disclosure options. Represents the possible values of `limit_disclosure' property as defined in Input Descriptor
-
-
-
-