Package com.exoscale.sdk.model
Class UpdateUserRoleRequest
java.lang.Object
com.exoscale.sdk.model.UpdateUserRoleRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateUserRoleRequest
extends Object
UpdateUserRoleRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this update_user_role_request object is equal to o.getRole()
Get roleint
hashCode()
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ROLE
- See Also:
-
-
Constructor Details
-
UpdateUserRoleRequest
public UpdateUserRoleRequest()
-
-
Method Details
-
role
-
getRole
Get role- Returns:
- role
-
setRole
-
equals
Return true if this update_user_role_request 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
-