Package dev.openfga.sdk.api.model
Class ReadAuthorizationModelResponse
- java.lang.Object
-
- dev.openfga.sdk.api.model.ReadAuthorizationModelResponse
-
- Direct Known Subclasses:
ClientReadAuthorizationModelResponse
public class ReadAuthorizationModelResponse extends java.lang.Object
ReadAuthorizationModelResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_AUTHORIZATION_MODEL
-
Constructor Summary
Constructors Constructor Description ReadAuthorizationModelResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadAuthorizationModelResponse
authorizationModel(AuthorizationModel authorizationModel)
boolean
equals(java.lang.Object o)
Return true if this ReadAuthorizationModelResponse object is equal to o.AuthorizationModel
getAuthorizationModel()
Get authorizationModelint
hashCode()
void
setAuthorizationModel(AuthorizationModel authorizationModel)
java.lang.String
toString()
java.lang.String
toUrlQueryString()
Convert the instance into URL query string.java.lang.String
toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_AUTHORIZATION_MODEL
public static final java.lang.String JSON_PROPERTY_AUTHORIZATION_MODEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
authorizationModel
public ReadAuthorizationModelResponse authorizationModel(AuthorizationModel authorizationModel)
-
getAuthorizationModel
@Nullable public AuthorizationModel getAuthorizationModel()
Get authorizationModel- Returns:
- authorizationModel
-
setAuthorizationModel
public void setAuthorizationModel(AuthorizationModel authorizationModel)
-
equals
public boolean equals(java.lang.Object o)
Return true if this ReadAuthorizationModelResponse object is equal to o.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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
-
-