Package | Description |
---|---|
com.amazon.ask.model.interfaces.alexa.presentation.apl |
Modifier and Type | Method and Description |
---|---|
static Align |
Align.fromValue(String text) |
Align |
SpeakListCommand.getAlign()
Get align
|
Align |
SpeakItemCommand.getAlign()
Get align
|
Align |
ScrollToComponentCommand.getAlign()
Get align
|
Align |
ScrollToIndexCommand.getAlign()
Get align
|
static Align |
Align.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Align[] |
Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SpeakListCommand.Builder |
SpeakListCommand.Builder.withAlign(Align align) |
SpeakItemCommand.Builder |
SpeakItemCommand.Builder.withAlign(Align align) |
ScrollToComponentCommand.Builder |
ScrollToComponentCommand.Builder.withAlign(Align align) |
ScrollToIndexCommand.Builder |
ScrollToIndexCommand.Builder.withAlign(Align align) |
Copyright © 2023. All rights reserved.