Class AbstractType
java.lang.Object
co.permify.sdk.model.AbstractType
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AbstractType
extends Object
Application defined abstract type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParameterTypesItem(V1alpha1Type parameterTypesItem) booleanReturn true if this AbstractType object is equal to o.getName()The fully qualified name of this abstract type.Parameter types for this abstract type.inthashCode()parameterTypes(List<V1alpha1Type> parameterTypes) voidvoidsetParameterTypes(List<V1alpha1Type> parameterTypes) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PARAMETER_TYPES
- See Also:
-
-
Constructor Details
-
AbstractType
public AbstractType()
-
-
Method Details
-
name
-
getName
-
setName
-
parameterTypes
-
addParameterTypesItem
-
getParameterTypes
Parameter types for this abstract type.- Returns:
- parameterTypes
-
setParameterTypes
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-