@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class HistoryMetadataParticipant extends Object
| Constructor and Description |
|---|
HistoryMetadataParticipant() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
HistoryMetadataParticipant |
avatarUrl(String avatarUrl) |
HistoryMetadataParticipant |
displayName(String displayName) |
HistoryMetadataParticipant |
displayNameKey(String displayNameKey) |
boolean |
equals(Object o) |
String |
getAvatarUrl()
The URL to an avatar for the user or system associated with a history record.
|
String |
getDisplayName()
The display name of the user or system associated with a history record.
|
String |
getDisplayNameKey()
The key of the display name of the user or system associated with a history record.
|
String |
getId()
The ID of the user or system associated with a history record.
|
String |
getType()
The type of the user or system associated with a history record.
|
String |
getUrl()
The URL of the user or system associated with a history record.
|
int |
hashCode() |
HistoryMetadataParticipant |
id(String id) |
void |
set(String name,
Object value) |
void |
setAvatarUrl(String avatarUrl) |
void |
setDisplayName(String displayName) |
void |
setDisplayNameKey(String displayNameKey) |
void |
setId(String id) |
void |
setType(String type) |
void |
setUrl(String url) |
String |
toString() |
HistoryMetadataParticipant |
type(String type) |
HistoryMetadataParticipant |
url(String url) |
public HistoryMetadataParticipant id(String id)
public String getId()
public void setId(String id)
public HistoryMetadataParticipant displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public HistoryMetadataParticipant displayNameKey(String displayNameKey)
public String getDisplayNameKey()
public void setDisplayNameKey(String displayNameKey)
public HistoryMetadataParticipant type(String type)
public String getType()
public void setType(String type)
public HistoryMetadataParticipant avatarUrl(String avatarUrl)
public String getAvatarUrl()
public void setAvatarUrl(String avatarUrl)
public HistoryMetadataParticipant url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2011–2021 Everit Kft.. All rights reserved.