Uses of Class
org.hyperledger.aries.api.issue_credential_v2.V2IssueCredentialRecordsFilter.V2CredExRecordState
-
Packages that use V2IssueCredentialRecordsFilter.V2CredExRecordState Package Description org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of V2IssueCredentialRecordsFilter.V2CredExRecordState in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return V2IssueCredentialRecordsFilter.V2CredExRecordState Modifier and Type Method Description V2IssueCredentialRecordsFilter.V2CredExRecordStateV2IssueCredentialRecordsFilter. getState()static V2IssueCredentialRecordsFilter.V2CredExRecordStateV2IssueCredentialRecordsFilter.V2CredExRecordState. valueOf(String name)Returns the enum constant of this type with the specified name.static V2IssueCredentialRecordsFilter.V2CredExRecordState[]V2IssueCredentialRecordsFilter.V2CredExRecordState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.issue_credential_v2 with parameters of type V2IssueCredentialRecordsFilter.V2CredExRecordState Modifier and Type Method Description voidV2IssueCredentialRecordsFilter. setState(V2IssueCredentialRecordsFilter.V2CredExRecordState state)V2IssueCredentialRecordsFilter.V2IssueCredentialRecordsFilterBuilderV2IssueCredentialRecordsFilter.V2IssueCredentialRecordsFilterBuilder. state(V2IssueCredentialRecordsFilter.V2CredExRecordState state)
-