Uses of Class
org.hyperledger.acy_py.generated.model.KeylistUpdateRule
-
Packages that use KeylistUpdateRule Package Description org.hyperledger.acy_py.generated.model -
-
Uses of KeylistUpdateRule in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return KeylistUpdateRule Modifier and Type Method Description KeylistUpdateRuleKeylistUpdateRule.KeylistUpdateRuleBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type KeylistUpdateRule Modifier and Type Method Description List<KeylistUpdateRule>KeylistUpdate. getUpdates()List<KeylistUpdateRule>KeylistUpdateRequest. getUpdates()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type KeylistUpdateRule Modifier and Type Method Description voidKeylistUpdate. setUpdates(List<KeylistUpdateRule> updates)voidKeylistUpdateRequest. setUpdates(List<KeylistUpdateRule> updates)KeylistUpdate.KeylistUpdateBuilderKeylistUpdate.KeylistUpdateBuilder. updates(List<KeylistUpdateRule> updates)KeylistUpdateRequest.KeylistUpdateRequestBuilderKeylistUpdateRequest.KeylistUpdateRequestBuilder. updates(List<KeylistUpdateRule> updates)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type KeylistUpdateRule Constructor Description KeylistUpdate(String atId, String atType, List<KeylistUpdateRule> updates)KeylistUpdateRequest(List<KeylistUpdateRule> updates)
-