| Package | Description |
|---|---|
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberProjection |
PhoneNumberProjection.createdAt(OffsetDateTime createdAt) |
static PhoneNumberProjection |
PhoneNumberProjection.fromJson(String jsonString)
Create an instance of PhoneNumberProjection given an JSON string
|
PhoneNumberProjection |
PhoneNumberProjection.id(UUID id) |
PhoneNumberProjection |
PhoneNumberProjection.phoneCountry(PhoneNumberProjection.PhoneCountryEnum phoneCountry) |
PhoneNumberProjection |
PhoneNumberProjection.phoneNumber(String phoneNumber) |
PhoneNumberProjection |
PhoneNumberProjection.userId(UUID userId) |
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberProjection> |
PagePhoneNumberProjection.getContent()
Get content
|
| Modifier and Type | Method and Description |
|---|---|
PagePhoneNumberProjection |
PagePhoneNumberProjection.addContentItem(PhoneNumberProjection contentItem) |
| Modifier and Type | Method and Description |
|---|---|
PagePhoneNumberProjection |
PagePhoneNumberProjection.content(List<PhoneNumberProjection> content) |
void |
PagePhoneNumberProjection.setContent(List<PhoneNumberProjection> content) |
Copyright © 2023. All rights reserved.