Class IdentityLinkDto
java.lang.Object
org.camunda.community.rest.client.dto.IdentityLinkDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class IdentityLinkDto
extends Object
IdentityLinkDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe id of the group participating in this link.org.openapitools.jackson.nullable.JsonNullable<String>getType()The type of the identity link.The id of the user participating in this link.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidsetGroupId(String groupId) voidsetGroupId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> groupId) voidvoidvoidsetUserId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> userId) 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_GROUP_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
IdentityLinkDto
public IdentityLinkDto()
-
-
Method Details
-
userId
-
getUserId
The id of the user participating in this link. Either `userId` or `groupId` is set.- Returns:
- userId
-
getUserId_JsonNullable
-
setUserId_JsonNullable
-
setUserId
-
groupId
-
getGroupId
The id of the group participating in this link. Either `groupId` or `userId` is set.- Returns:
- groupId
-
getGroupId_JsonNullable
-
setGroupId_JsonNullable
-
setGroupId
-
type
-
getType
The type of the identity link. The value of the this property can be user-defined. The Process Engine provides three pre-defined Identity Link `type`s: * `candidate` * `assignee` - reserved for the task assignee * `owner` - reserved for the task owner **Note**: When adding or removing an Identity Link, the `type` property must be defined.- Returns:
- type
-
setType
-
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
-