Package dev.openfga.sdk.api.model
Class ConditionParamTypeRef
- java.lang.Object
-
- dev.openfga.sdk.api.model.ConditionParamTypeRef
-
public class ConditionParamTypeRef extends java.lang.ObjectConditionParamTypeRef
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_GENERIC_TYPESstatic java.lang.StringJSON_PROPERTY_TYPE_NAME
-
Constructor Summary
Constructors Constructor Description ConditionParamTypeRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionParamTypeRefaddGenericTypesItem(ConditionParamTypeRef genericTypesItem)booleanequals(java.lang.Object o)Return true if this ConditionParamTypeRef object is equal to o.ConditionParamTypeRefgenericTypes(java.util.List<ConditionParamTypeRef> genericTypes)java.util.List<ConditionParamTypeRef>getGenericTypes()Get genericTypesTypeNamegetTypeName()Get typeNameinthashCode()voidsetGenericTypes(java.util.List<ConditionParamTypeRef> genericTypes)voidsetTypeName(TypeName typeName)java.lang.StringtoString()java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.ConditionParamTypeReftypeName(TypeName typeName)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE_NAME
public static final java.lang.String JSON_PROPERTY_TYPE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_GENERIC_TYPES
public static final java.lang.String JSON_PROPERTY_GENERIC_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
typeName
public ConditionParamTypeRef typeName(TypeName typeName)
-
getTypeName
@Nonnull public TypeName getTypeName()
Get typeName- Returns:
- typeName
-
setTypeName
public void setTypeName(TypeName typeName)
-
genericTypes
public ConditionParamTypeRef genericTypes(java.util.List<ConditionParamTypeRef> genericTypes)
-
addGenericTypesItem
public ConditionParamTypeRef addGenericTypesItem(ConditionParamTypeRef genericTypesItem)
-
getGenericTypes
@Nullable public java.util.List<ConditionParamTypeRef> getGenericTypes()
Get genericTypes- Returns:
- genericTypes
-
setGenericTypes
public void setGenericTypes(java.util.List<ConditionParamTypeRef> genericTypes)
-
equals
public boolean equals(java.lang.Object o)
Return true if this ConditionParamTypeRef object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-