Uses of Class
org.hyperledger.acy_py.generated.model.IndyRevRegDef.RevocDefTypeEnum
-
Packages that use IndyRevRegDef.RevocDefTypeEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyRevRegDef.RevocDefTypeEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyRevRegDef.RevocDefTypeEnum Modifier and Type Method Description static IndyRevRegDef.RevocDefTypeEnumIndyRevRegDef.RevocDefTypeEnum. fromValue(String value)IndyRevRegDef.RevocDefTypeEnumIndyRevRegDef. getRevocDefType()IndyRevRegDef.RevocDefTypeEnumIndyRevRegDef.RevocDefTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static IndyRevRegDef.RevocDefTypeEnumIndyRevRegDef.RevocDefTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IndyRevRegDef.RevocDefTypeEnum[]IndyRevRegDef.RevocDefTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type IndyRevRegDef.RevocDefTypeEnum Modifier and Type Method Description IndyRevRegDef.IndyRevRegDefBuilderIndyRevRegDef.IndyRevRegDefBuilder. revocDefType(IndyRevRegDef.RevocDefTypeEnum revocDefType)voidIndyRevRegDef. setRevocDefType(IndyRevRegDef.RevocDefTypeEnum revocDefType)voidIndyRevRegDef.RevocDefTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, IndyRevRegDef.RevocDefTypeEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type IndyRevRegDef.RevocDefTypeEnum Constructor Description IndyRevRegDef(String credDefId, String id, IndyRevRegDef.RevocDefTypeEnum revocDefType, String tag, IndyRevRegDefValue value, String ver)
-