Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
List<TemplateProjection> |
TemplateControllerApi.getTemplates()
List templates
Get all templates
|
ApiResponse<List<TemplateProjection>> |
TemplateControllerApi.getTemplatesWithHttpInfo()
List templates
Get all templates
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TemplateControllerApi.getTemplatesAsync(ApiCallback<List<TemplateProjection>> _callback)
List templates (asynchronously)
Get all templates
|
Modifier and Type | Method and Description |
---|---|
TemplateProjection |
TemplateProjection.addVariablesItem(String variablesItem) |
TemplateProjection |
TemplateProjection.createdAt(OffsetDateTime createdAt) |
static TemplateProjection |
TemplateProjection.fromJson(String jsonString)
Create an instance of TemplateProjection given an JSON string
|
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 © 2023. All rights reserved.