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