Class FunctionType
java.lang.Object
co.permify.sdk.model.FunctionType
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionType
extends Object
Function type with result and arg types.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgTypesItem(V1alpha1Type argTypesItem) argTypes(List<V1alpha1Type> argTypes) booleanReturn true if this FunctionType object is equal to o.Argument types of the function.Get resultTypeinthashCode()resultType(V1alpha1Type resultType) voidsetArgTypes(List<V1alpha1Type> argTypes) voidsetResultType(V1alpha1Type resultType) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RESULT_TYPE
- See Also:
-
JSON_PROPERTY_ARG_TYPES
- See Also:
-
-
Constructor Details
-
FunctionType
public FunctionType()
-
-
Method Details
-
resultType
-
getResultType
-
setResultType
-
argTypes
-
addArgTypesItem
-
getArgTypes
-
setArgTypes
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-