public class UserIdentityResponse extends Object
| Constructor and Description |
|---|
UserIdentityResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UserIdentityResponse |
errorDetails(ErrorDetails errorDetails) |
ErrorDetails |
getErrorDetails()
Get errorDetails
|
UUID |
getId()
Get id
|
String |
getImmutableId()
Get immutableId
|
UUID |
getProviderId()
Get providerId
|
UUID |
getUserId()
Get userId
|
int |
hashCode() |
UserIdentityResponse |
id(UUID id) |
UserIdentityResponse |
immutableId(String immutableId) |
UserIdentityResponse |
providerId(UUID providerId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setId(UUID id) |
void |
setImmutableId(String immutableId) |
void |
setProviderId(UUID providerId) |
void |
setUserId(UUID userId) |
String |
toString() |
UserIdentityResponse |
userId(UUID userId) |
public UserIdentityResponse id(UUID id)
public UUID getId()
public void setId(UUID id)
public UserIdentityResponse providerId(UUID providerId)
public UUID getProviderId()
public void setProviderId(UUID providerId)
public UserIdentityResponse userId(UUID userId)
public UUID getUserId()
public void setUserId(UUID userId)
public UserIdentityResponse immutableId(String immutableId)
public String getImmutableId()
public void setImmutableId(String immutableId)
public UserIdentityResponse errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2021. All rights reserved.