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-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class CamundaUserResult
extends Object
CamundaUserResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthorizedApplicationsItem(String authorizedApplicationsItem) addC8LinksItem(CamundaUserResultC8LinksInner c8LinksItem) addGroupsItem(String groupsItem) addRolesItem(String rolesItem) addTenantsItem(CamundaUserResultTenantsInner tenantsItem) authorizedApplications(List<String> authorizedApplications) c8Links(List<CamundaUserResultC8LinksInner> c8Links) displayName(String displayName) booleanFlag for understanding if the user is an API user.The applications 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.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 ID of the user.The system generated key of the user.inthashCode()salesPlanType(String salesPlanType) voidsetApiUser(Boolean apiUser) voidsetAuthorizedApplications(List<String> authorizedApplications) voidsetC8Links(List<CamundaUserResultC8LinksInner> c8Links) voidsetCanLogout(Boolean canLogout) voidsetDisplayName(String displayName) voidvoidvoidsetSalesPlanType(String salesPlanType) voidsetTenants(List<CamundaUserResultTenantsInner> tenants) voidvoidsetUserKey(String userKey) tenants(List<CamundaUserResultTenantsInner> tenants) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_USER_ID
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_AUTHORIZED_APPLICATIONS
- 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:
-
JSON_PROPERTY_USER_KEY
- See Also:
-
-
Constructor Details
-
CamundaUserResult
public CamundaUserResult()
-
-
Method Details
-
userId
-
getUserId
The ID of the user.- Returns:
- userId
-
setUserId
-
displayName
-
getDisplayName
The display name of the user.- Returns:
- displayName
-
setDisplayName
-
authorizedApplications
-
addAuthorizedApplicationsItem
-
getAuthorizedApplications
The applications the user is authorized to use.- Returns:
- authorizedApplications
-
setAuthorizedApplications
-
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
-
addC8LinksItem
-
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
-
userKey
-
getUserKey
The system generated key of the user.- Returns:
- userKey
-
setUserKey
-
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
-