Class Argument
java.lang.Object
co.permify.sdk.model.Argument
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Argument
extends Object
Argument defines the type of argument in a Call. It can be either a ComputedAttribute or a ContextAttribute.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputedAttribute(ComputedAttribute computedAttribute) booleanReturn true if this Argument object is equal to o.Get computedAttributeinthashCode()voidsetComputedAttribute(ComputedAttribute computedAttribute) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COMPUTED_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
Argument
public Argument()
-
-
Method Details
-
computedAttribute
-
getComputedAttribute
Get computedAttribute- Returns:
- computedAttribute
-
setComputedAttribute
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-