Uses of Class
org.hyperledger.aries.api.revocation.RevocationEvent.RevocationEventState
-
Packages that use RevocationEvent.RevocationEventState Package Description org.hyperledger.aries.api.revocation -
-
Uses of RevocationEvent.RevocationEventState in org.hyperledger.aries.api.revocation
Methods in org.hyperledger.aries.api.revocation that return RevocationEvent.RevocationEventState Modifier and Type Method Description RevocationEvent.RevocationEventStateRevocationEvent. getState()static RevocationEvent.RevocationEventStateRevocationEvent.RevocationEventState. valueOf(String name)Returns the enum constant of this type with the specified name.static RevocationEvent.RevocationEventState[]RevocationEvent.RevocationEventState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.revocation with parameters of type RevocationEvent.RevocationEventState Modifier and Type Method Description voidRevocationEvent. setState(RevocationEvent.RevocationEventState state)Constructors in org.hyperledger.aries.api.revocation with parameters of type RevocationEvent.RevocationEventState Constructor Description RevocationEvent(RevocationEvent.RevocationEventState state, String createdAt, String revRegId, String recordId, String credDefId, String credExId, String uploadedAt, String credRevId)
-