Class ModelObject
java.lang.Object
org.apache.syncope.ext.openfga.client.model.ModelObject
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]",
comments="Generator version: 7.12.0")
public class ModelObject
extends Object
Object represents an OpenFGA Object. An Object is composed of a type and identifier (e.g. 'document:1') See https://openfga.dev/docs/concepts#what-is-an-object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
-
Constructor Details
-
ModelObject
public ModelObject()
-
-
Method Details
-
type
-
getType
Get type- Returns:
- type
-
setType
-
id
-
getId
Get id- Returns:
- id
-
setId
-
equals
Return true if this Object 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
-