All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
BlueprintAttributes |
addEmbeddedNativeActionsItem(Map<String,Object> embeddedNativeActionsItem) |
BlueprintAttributes |
addTagsItem(String tagsItem) |
BlueprintAttributes |
createdAt(OffsetDateTime createdAt) |
BlueprintAttributes |
definition(AppDefinitionType definition) |
BlueprintAttributes |
description(String description) |
BlueprintAttributes |
embeddedDatastoreBlueprints(Map<String,Object> embeddedDatastoreBlueprints) |
BlueprintAttributes |
embeddedNativeActions(List<Map<String,Object>> embeddedNativeActions) |
BlueprintAttributes |
embeddedWorkflowBlueprints(Map<String,Object> embeddedWorkflowBlueprints) |
boolean |
equals(Object o)
Return true if this BlueprintAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the blueprint was created.
|
AppDefinitionType |
getDefinition()
The app definition type.
|
String |
getDescription()
A description of what the blueprint does.
|
Map<String,Object> |
getEmbeddedDatastoreBlueprints()
Embedded datastore blueprints.
|
List<Map<String,Object>> |
getEmbeddedNativeActions()
Embedded native actions.
|
Map<String,Object> |
getEmbeddedWorkflowBlueprints()
Embedded workflow blueprints.
|
String |
getIntegrationId()
The integration ID associated with the blueprint.
|
Map<String,Object> |
getMockedOutputs()
Mocked outputs for testing the blueprint.
|
String |
getName()
The human-readable name of the blueprint.
|
String |
getSlug()
The unique slug identifier of the blueprint.
|
List<String> |
getTags()
Tags associated with the blueprint.
|
String |
getTileBackground()
The background style of the blueprint tile.
|
String |
getTileIconActionFqn()
The fully qualified name of the action used as the tile icon.
|
OffsetDateTime |
getUpdatedAt()
The timestamp when the blueprint was last updated.
|
int |
hashCode() |
BlueprintAttributes |
integrationId(String integrationId) |
BlueprintAttributes |
mockedOutputs(Map<String,Object> mockedOutputs) |
BlueprintAttributes |
name(String name) |
BlueprintAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
BlueprintAttributes |
putEmbeddedDatastoreBlueprintsItem(String key,
Object embeddedDatastoreBlueprintsItem) |
BlueprintAttributes |
putEmbeddedWorkflowBlueprintsItem(String key,
Object embeddedWorkflowBlueprintsItem) |
BlueprintAttributes |
putMockedOutputsItem(String key,
Object mockedOutputsItem) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDefinition(AppDefinitionType definition) |
void |
setDescription(String description) |
void |
setEmbeddedDatastoreBlueprints(Map<String,Object> embeddedDatastoreBlueprints) |
void |
setEmbeddedNativeActions(List<Map<String,Object>> embeddedNativeActions) |
void |
setEmbeddedWorkflowBlueprints(Map<String,Object> embeddedWorkflowBlueprints) |
void |
setIntegrationId(String integrationId) |
void |
setMockedOutputs(Map<String,Object> mockedOutputs) |
void |
setName(String name) |
void |
setSlug(String slug) |
void |
setTags(List<String> tags) |
void |
setTileBackground(String tileBackground) |
void |
setTileIconActionFqn(String tileIconActionFqn) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
BlueprintAttributes |
slug(String slug) |
BlueprintAttributes |
tags(List<String> tags) |
BlueprintAttributes |
tileBackground(String tileBackground) |
BlueprintAttributes |
tileIconActionFqn(String tileIconActionFqn) |
String |
toString() |
BlueprintAttributes |
updatedAt(OffsetDateTime updatedAt) |