Uses of Class
org.hyperledger.acy_py.generated.model.KeylistUpdateRule.ActionEnum
-
Packages that use KeylistUpdateRule.ActionEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of KeylistUpdateRule.ActionEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return KeylistUpdateRule.ActionEnum Modifier and Type Method Description static KeylistUpdateRule.ActionEnumKeylistUpdateRule.ActionEnum. fromValue(String value)KeylistUpdateRule.ActionEnumKeylistUpdateRule. getAction()KeylistUpdateRule.ActionEnumKeylistUpdateRule.ActionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static KeylistUpdateRule.ActionEnumKeylistUpdateRule.ActionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static KeylistUpdateRule.ActionEnum[]KeylistUpdateRule.ActionEnum. 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 KeylistUpdateRule.ActionEnum Modifier and Type Method Description KeylistUpdateRule.KeylistUpdateRuleBuilderKeylistUpdateRule.KeylistUpdateRuleBuilder. action(KeylistUpdateRule.ActionEnum action)voidKeylistUpdateRule. setAction(KeylistUpdateRule.ActionEnum action)voidKeylistUpdateRule.ActionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, KeylistUpdateRule.ActionEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type KeylistUpdateRule.ActionEnum Constructor Description KeylistUpdateRule(KeylistUpdateRule.ActionEnum action, String recipientKey)
-