@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class IdentityLinkDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_GROUP_ID |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
IdentityLinkDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroupId()
The id of the group participating in this link.
|
String |
getType()
The type of the identity link.
|
String |
getUserId()
The id of the user participating in this link.
|
IdentityLinkDto |
groupId(String groupId) |
int |
hashCode() |
void |
setGroupId(String groupId) |
void |
setType(String type) |
void |
setUserId(String userId) |
String |
toString() |
IdentityLinkDto |
type(String type) |
IdentityLinkDto |
userId(String userId) |
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_TYPE
public IdentityLinkDto userId(String userId)
@Nullable public String getUserId()
public void setUserId(String userId)
public IdentityLinkDto groupId(String groupId)
@Nullable public String getGroupId()
public void setGroupId(String groupId)
public IdentityLinkDto type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.