Package io.camunda.client.impl.response
Class CreateGroupResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateGroupResponseImpl
- All Implemented Interfaces:
CreateGroupResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the key of the created group.setResponse(GroupCreateResult response)
-
Constructor Details
-
CreateGroupResponseImpl
public CreateGroupResponseImpl()
-
-
Method Details
-
getGroupKey
public long getGroupKey()Description copied from interface:CreateGroupResponseReturns the key of the created group.- Specified by:
getGroupKeyin interfaceCreateGroupResponse- Returns:
- the key of the created group.
-
setResponse
-