Class UserResponse
java.lang.Object
io.camunda.zeebe.client.protocol.rest.UserResponse
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class UserResponse
extends Object
Deprecated.
UserResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.getEmail()Deprecated.Get emailgetId()Deprecated.Get idgetKey()Deprecated.Get keygetName()Deprecated.Get nameDeprecated.Get usernameinthashCode()Deprecated.Deprecated.Deprecated.Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetUsername(String username) Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_ID
Deprecated.- See Also:
-
JSON_PROPERTY_USERNAME
Deprecated.- See Also:
-
JSON_PROPERTY_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_EMAIL
Deprecated.- See Also:
-
-
Constructor Details
-
UserResponse
public UserResponse()Deprecated.
-
-
Method Details
-
key
Deprecated. -
getKey
Deprecated.Get key- Returns:
- key
-
setKey
Deprecated. -
id
Deprecated. -
getId
Deprecated.Get id- Returns:
- id
-
setId
Deprecated. -
username
Deprecated. -
getUsername
Deprecated.Get username- Returns:
- username
-
setUsername
Deprecated. -
name
Deprecated. -
getName
Deprecated.Get name- Returns:
- name
-
setName
Deprecated. -
email
Deprecated. -
getEmail
Deprecated.Get email- Returns:
-
setEmail
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-