| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
PhaseInput |
PhaseInput.Builder.build()
Builds a new
PhaseInput object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<PhaseInput> |
SwapPlanRequest.getPhases()
Getter for Phases.
|
protected io.apimatic.core.types.OptionalNullable<List<PhaseInput>> |
SwapPlanRequest.internalGetPhases()
Internal Getter for Phases.
|
| Modifier and Type | Method and Description |
|---|---|
SwapPlanRequest.Builder |
SwapPlanRequest.Builder.phases(List<PhaseInput> phases)
Setter for phases.
|
| Constructor and Description |
|---|
SwapPlanRequest(io.apimatic.core.types.OptionalNullable<String> newPlanVariationId,
io.apimatic.core.types.OptionalNullable<List<PhaseInput>> phases)
Initialization constructor.
|
SwapPlanRequest(String newPlanVariationId,
List<PhaseInput> phases)
Initialization constructor.
|
Copyright © 2024. All rights reserved.