public static interface Transition.Builder extends SdkPojo, CopyableBuilder<Transition.Builder,Transition>
| Modifier and Type | Method and Description |
|---|---|
Transition.Builder |
relativePosition(RelativePosition relativePosition)
The position where this program will be inserted relative to the RelativeProgram.
|
Transition.Builder |
relativePosition(String relativePosition)
The position where this program will be inserted relative to the RelativeProgram.
|
Transition.Builder |
relativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by RelativePosition.
|
Transition.Builder |
type(String type)
When the program should be played.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransition.Builder relativePosition(String relativePosition)
The position where this program will be inserted relative to the RelativeProgram. Possible values are: AFTER_PROGRAM, and BEFORE_PROGRAM.
relativePosition - The position where this program will be inserted relative to the RelativeProgram. Possible values are:
AFTER_PROGRAM, and BEFORE_PROGRAM.RelativePosition,
RelativePositionTransition.Builder relativePosition(RelativePosition relativePosition)
The position where this program will be inserted relative to the RelativeProgram. Possible values are: AFTER_PROGRAM, and BEFORE_PROGRAM.
relativePosition - The position where this program will be inserted relative to the RelativeProgram. Possible values are:
AFTER_PROGRAM, and BEFORE_PROGRAM.RelativePosition,
RelativePositionTransition.Builder relativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by RelativePosition.
relativeProgram - The name of the program that this program will be inserted next to, as defined by RelativePosition.Transition.Builder type(String type)
When the program should be played. RELATIVE means that programs will be played back-to-back.
type - When the program should be played. RELATIVE means that programs will be played back-to-back.Copyright © 2021. All rights reserved.