@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-07T11:42:47.246+01:00[Europe/London]") public class Member extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_FULL_NAME |
static String |
JSON_PROPERTY_GROUPS |
static String |
JSON_PROPERTY_PHONE_NUMBER |
static String |
JSON_PROPERTY_REGISTRATION_DATE |
| Constructor and Description |
|---|
Member() |
| Modifier and Type | Method and Description |
|---|---|
Member |
addGroupsItem(String groupsItem) |
Member |
attributes(Map<String,List<String>> attributes) |
boolean |
equals(Object o) |
Member |
fullName(String fullName) |
Map<String,List<String>> |
getAttributes()
The attributes that describe the member
|
String |
getFullName()
The full name of the member as \"<forename> <surname>\"
|
List<String> |
getGroups()
The list of groups this member belongs to
|
String |
getPhoneNumber()
The phone number of the member
|
OffsetDateTime |
getRegistrationDate()
The date the member was registered
|
Member |
groups(List<String> groups) |
int |
hashCode() |
Member |
phoneNumber(String phoneNumber) |
Member |
putAttributesItem(String key,
List<String> attributesItem) |
Member |
registrationDate(OffsetDateTime registrationDate) |
void |
setAttributes(Map<String,List<String>> attributes) |
void |
setFullName(String fullName) |
void |
setGroups(List<String> groups) |
void |
setPhoneNumber(String phoneNumber) |
void |
setRegistrationDate(OffsetDateTime registrationDate) |
String |
toString() |
String |
toUrlQueryString()
Convert the instance into URL query string.
|
String |
toUrlQueryString(String prefix)
Convert the instance into URL query string.
|
public static final String JSON_PROPERTY_REGISTRATION_DATE
public static final String JSON_PROPERTY_PHONE_NUMBER
public static final String JSON_PROPERTY_FULL_NAME
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_GROUPS
public Member registrationDate(OffsetDateTime registrationDate)
@Nullable public OffsetDateTime getRegistrationDate()
public void setRegistrationDate(OffsetDateTime registrationDate)
@Nonnull public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
@Nullable public String getFullName()
public void setFullName(String fullName)
@Nonnull public Map<String,List<String>> getAttributes()
@Nullable public List<String> getGroups()
public String toUrlQueryString()
Copyright © 2024. All rights reserved.