| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
static CardType |
CardType.fromValue(String value)
Use this in place of valueOf.
|
static CardType |
CardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardType[] |
CardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QPluginCard |
QPluginCard.withType(CardType type)
The type of the card.
|
QQueryCard |
QQueryCard.withType(CardType type)
The type of the card.
|
TextInputCard |
TextInputCard.withType(CardType type)
The type of the card.
|
FileUploadCardInput |
FileUploadCardInput.withType(CardType type)
The type of the card.
|
QPluginCardInput |
QPluginCardInput.withType(CardType type)
The type of the card.
|
QQueryCardInput |
QQueryCardInput.withType(CardType type)
The type of the card.
|
TextInputCardInput |
TextInputCardInput.withType(CardType type)
The type of the card.
|
FileUploadCard |
FileUploadCard.withType(CardType type)
The type of the card.
|
Copyright © 2025. All rights reserved.