@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class PhoneNumberProjection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PhoneNumberProjection.CustomTypeAdapterFactory |
static class |
PhoneNumberProjection.PhoneCountryEnum
Gets or Sets phoneCountry
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_PHONE_COUNTRY |
static String |
SERIALIZED_NAME_PHONE_NUMBER |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
PhoneNumberProjection() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_PHONE_NUMBER
public static final String SERIALIZED_NAME_PHONE_COUNTRY
public PhoneNumberProjection id(UUID id)
public void setId(UUID id)
public PhoneNumberProjection userId(UUID userId)
public void setUserId(UUID userId)
public PhoneNumberProjection createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public PhoneNumberProjection phoneNumber(String phoneNumber)
public void setPhoneNumber(String phoneNumber)
public PhoneNumberProjection phoneCountry(PhoneNumberProjection.PhoneCountryEnum phoneCountry)
@Nonnull public PhoneNumberProjection.PhoneCountryEnum getPhoneCountry()
public void setPhoneCountry(PhoneNumberProjection.PhoneCountryEnum phoneCountry)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to PhoneNumberProjectionpublic static PhoneNumberProjection fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to PhoneNumberProjectionpublic String toJson()
Copyright © 2023. All rights reserved.