Class ConditionParamTypeRef
java.lang.Object
org.apache.syncope.ext.openfga.client.model.ConditionParamTypeRef
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-07-17T09:57:15.052915542+02:00[Europe/Rome]",
comments="Generator version: 7.23.0")
public class ConditionParamTypeRef
extends Object
ConditionParamTypeRef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGenericTypesItem(ConditionParamTypeRef genericTypesItem) booleanReturn true if this ConditionParamTypeRef object is equal to o.genericTypes(List<ConditionParamTypeRef> genericTypes) Get genericTypesGet typeNameinthashCode()voidsetGenericTypes(List<ConditionParamTypeRef> genericTypes) voidsetTypeName(TypeName typeName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TYPE_NAME
- See Also:
-
JSON_PROPERTY_GENERIC_TYPES
- See Also:
-
-
Constructor Details
-
ConditionParamTypeRef
public ConditionParamTypeRef()
-
-
Method Details
-
typeName
-
getTypeName
Get typeName- Returns:
- typeName
-
setTypeName
-
genericTypes
-
addGenericTypesItem
-
getGenericTypes
Get genericTypes- Returns:
- genericTypes
-
setGenericTypes
-
equals
Return true if this ConditionParamTypeRef object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-