Class UserTypeFilter
java.lang.Object
org.apache.syncope.ext.openfga.client.model.UserTypeFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-03-31T11:29:36.452342815+02:00[Europe/Rome]",
comments="Generator version: 7.21.0")
public class UserTypeFilter
extends Object
UserTypeFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this UserTypeFilter object is equal to o.Get relationgetType()Get typeinthashCode()voidsetRelation(String relation) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_RELATION
- See Also:
-
-
Constructor Details
-
UserTypeFilter
public UserTypeFilter()
-
-
Method Details
-
type
-
getType
Get type- Returns:
- type
-
setType
-
relation
-
getRelation
Get relation- Returns:
- relation
-
setRelation
-
equals
Return true if this UserTypeFilter 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
-