Class UsersetUser
java.lang.Object
org.apache.syncope.ext.openfga.client.model.UsersetUser
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-17T13:24:48.337210454+02:00[Europe/Rome]",
comments="Generator version: 7.16.0")
public class UsersetUser
extends Object
Userset. A set or group of users, represented in the `<type>:<id>#<relation>` format `group:fga#member` represents all members of group FGA, not to be confused by `group:fga` which represents the group itself as a specific object. See: https://openfga.dev/docs/modeling/building-blocks/usersets#what-is-a-userset
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this UsersetUser object is equal to o.getId()Get idGet relationgetType()Get typeinthashCode()voidvoidsetRelation(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_ID
- See Also:
-
JSON_PROPERTY_RELATION
- See Also:
-
-
Constructor Details
-
UsersetUser
public UsersetUser()
-
-
Method Details
-
type
-
getType
Get type- Returns:
- type
-
setType
-
id
-
getId
Get id- Returns:
- id
-
setId
-
relation
-
getRelation
Get relation- Returns:
- relation
-
setRelation
-
equals
Return true if this UsersetUser 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
-