Package io.camunda.client.protocol.rest
Class GroupUserResult
java.lang.Object
io.camunda.client.protocol.rest.GroupUserResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class GroupUserResult
extends Object
GroupUserResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe username of the user.inthashCode()voidsetUsername(String username) 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:
-
-
Constructor Details
-
GroupUserResult
public GroupUserResult()
-
-
Method Details
-
username
-
getUsername
The username of the user.- Returns:
- username
-
setUsername
-
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
-