Class ListType

java.lang.Object
co.permify.sdk.model.ListType

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ListType extends Object
List type with typed elements, e.g. `list<example.proto.MyMessage>`.
  • Field Details

  • Constructor Details

    • ListType

      public ListType()
  • Method Details

    • elemType

      public ListType elemType(V1alpha1Type elemType)
    • getElemType

      @Nullable public V1alpha1Type getElemType()
      Get elemType
      Returns:
      elemType
    • setElemType

      public void setElemType(V1alpha1Type elemType)
    • equals

      public boolean equals(Object o)
      Return true if this ListType 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