| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateProjection> |
TemplateControllerApi.getTemplates()
Get all Templates
|
ApiResponse<List<TemplateProjection>> |
TemplateControllerApi.getTemplatesWithHttpInfo()
Get all Templates
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
TemplateControllerApi.getTemplatesAsync(ApiCallback<List<TemplateProjection>> _callback)
Get all Templates (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
TemplateProjection |
TemplateProjection.addVariablesItem(String variablesItem) |
TemplateProjection |
TemplateProjection.createdAt(OffsetDateTime createdAt) |
TemplateProjection |
TemplateProjection.id(UUID id) |
TemplateProjection |
TemplateProjection.name(String name) |
TemplateProjection |
TemplateProjection.updatedAt(OffsetDateTime updatedAt) |
TemplateProjection |
TemplateProjection.variables(List<String> variables) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateProjection> |
PageTemplateProjection.getContent()
Get content
|
| Modifier and Type | Method and Description |
|---|---|
PageTemplateProjection |
PageTemplateProjection.addContentItem(TemplateProjection contentItem) |
| Modifier and Type | Method and Description |
|---|---|
PageTemplateProjection |
PageTemplateProjection.content(List<TemplateProjection> content) |
void |
PageTemplateProjection.setContent(List<TemplateProjection> content) |
Copyright © 2021. All rights reserved.