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 Details

  • Constructor Details

    • Argument

      public Argument()
  • Method Details

    • computedAttribute

      public Argument computedAttribute(ComputedAttribute computedAttribute)
    • getComputedAttribute

      @Nullable public ComputedAttribute getComputedAttribute()
      Get computedAttribute
      Returns:
      computedAttribute
    • setComputedAttribute

      public void setComputedAttribute(ComputedAttribute computedAttribute)
    • equals

      public boolean equals(Object o)
      Return true if this Argument object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string