Package io.camunda.client.protocol.rest
Class CamundaUserResult
java.lang.Object
io.camunda.client.protocol.rest.CamundaUserResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class CamundaUserResult
extends Object
CamundaUserResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthorizedComponentsItem(String authorizedComponentsItem) addGroupsItem(String groupsItem) addRolesItem(String rolesItem) addTenantsItem(TenantResult tenantsItem) authorizedComponents(List<String> authorizedComponents) displayName(String displayName) booleanFlag for understanding if the user is an API user.The web components the user is authorized to use.The links to the components in the C8 stack.Flag for understanding if the user is able to perform logout.The display name of the user.getEmail()The email of the user.The groups assigned to the user.getRoles()The roles assigned to the user.The plan of the user.The tenants the user is a member of.The username of the user.inthashCode()putC8LinksItem(String key, String c8LinksItem) salesPlanType(String salesPlanType) voidsetApiUser(Boolean apiUser) voidsetAuthorizedComponents(List<String> authorizedComponents) voidsetC8Links(Map<String, String> c8Links) voidsetCanLogout(Boolean canLogout) voidsetDisplayName(String displayName) voidvoidvoidvoidsetSalesPlanType(String salesPlanType) voidsetTenants(List<TenantResult> tenants) voidsetUsername(String username) tenants(List<TenantResult> tenants) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_AUTHORIZED_COMPONENTS
- See Also:
-
JSON_PROPERTY_TENANTS
- See Also:
-
JSON_PROPERTY_GROUPS
- See Also:
-
JSON_PROPERTY_ROLES
- See Also:
-
JSON_PROPERTY_SALES_PLAN_TYPE
- See Also:
-
JSON_PROPERTY_C8_LINKS
- See Also:
-
JSON_PROPERTY_CAN_LOGOUT
- See Also:
-
JSON_PROPERTY_API_USER
- See Also:
-
-
Constructor Details
-
CamundaUserResult
public CamundaUserResult()
-
-
Method Details
-
username
-
getUsername
The username of the user.- Returns:
- username
-
setUsername
-
displayName
-
getDisplayName
The display name of the user.- Returns:
- displayName
-
setDisplayName
-
email
-
getEmail
The email of the user.- Returns:
-
setEmail
-
authorizedComponents
-
addAuthorizedComponentsItem
-
getAuthorizedComponents
The web components the user is authorized to use.- Returns:
- authorizedComponents
-
setAuthorizedComponents
-
tenants
-
addTenantsItem
-
getTenants
The tenants the user is a member of.- Returns:
- tenants
-
setTenants
-
groups
-
addGroupsItem
-
getGroups
The groups assigned to the user.- Returns:
- groups
-
setGroups
-
roles
-
addRolesItem
-
getRoles
The roles assigned to the user.- Returns:
- roles
-
setRoles
-
salesPlanType
-
getSalesPlanType
The plan of the user.- Returns:
- salesPlanType
-
setSalesPlanType
-
c8Links
-
putC8LinksItem
-
getC8Links
The links to the components in the C8 stack.- Returns:
- c8Links
-
setC8Links
-
canLogout
-
getCanLogout
Flag for understanding if the user is able to perform logout.- Returns:
- canLogout
-
setCanLogout
-
apiUser
-
getApiUser
Flag for understanding if the user is an API user.- Returns:
- apiUser
-
setApiUser
-
equals
-
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
-