Class V1Call
java.lang.Object
co.permify.sdk.model.V1Call
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class V1Call
extends Object
Call represents a call to a rule. It includes the name of the rule and the arguments passed to it.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgumentsItem(Argument argumentsItem) booleanReturn true if this v1.Call object is equal to o.Get argumentsGet ruleNameinthashCode()voidsetArguments(List<Argument> arguments) voidsetRuleName(String ruleName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RULE_NAME
- See Also:
-
JSON_PROPERTY_ARGUMENTS
- See Also:
-
-
Constructor Details
-
V1Call
public V1Call()
-
-
Method Details
-
ruleName
-
getRuleName
-
setRuleName
-
arguments
-
addArgumentsItem
-
getArguments
-
setArguments
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-