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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelemType(V1alpha1Type elemType) booleanReturn true if this ListType object is equal to o.Get elemTypeinthashCode()voidsetElemType(V1alpha1Type elemType) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ELEM_TYPE
- See Also:
-
-
Constructor Details
-
ListType
public ListType()
-
-
Method Details
-
elemType
-
getElemType
-
setElemType
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-