public static interface CellTowers.Builder extends SdkPojo, CopyableBuilder<CellTowers.Builder,CellTowers>
| Modifier and Type | Method and Description |
|---|---|
CellTowers.Builder |
cdma(CdmaObj... cdma)
CDMA object information.
|
CellTowers.Builder |
cdma(Collection<CdmaObj> cdma)
CDMA object information.
|
CellTowers.Builder |
cdma(Consumer<CdmaObj.Builder>... cdma)
CDMA object information.
|
CellTowers.Builder |
gsm(Collection<GsmObj> gsm)
GSM object information.
|
CellTowers.Builder |
gsm(Consumer<GsmObj.Builder>... gsm)
GSM object information.
|
CellTowers.Builder |
gsm(GsmObj... gsm)
GSM object information.
|
CellTowers.Builder |
lte(Collection<LteObj> lte)
LTE object information.
|
CellTowers.Builder |
lte(Consumer<LteObj.Builder>... lte)
LTE object information.
|
CellTowers.Builder |
lte(LteObj... lte)
LTE object information.
|
CellTowers.Builder |
tdscdma(Collection<TdscdmaObj> tdscdma)
TD-SCDMA object information.
|
CellTowers.Builder |
tdscdma(Consumer<TdscdmaObj.Builder>... tdscdma)
TD-SCDMA object information.
|
CellTowers.Builder |
tdscdma(TdscdmaObj... tdscdma)
TD-SCDMA object information.
|
CellTowers.Builder |
wcdma(Collection<WcdmaObj> wcdma)
WCDMA object information.
|
CellTowers.Builder |
wcdma(Consumer<WcdmaObj.Builder>... wcdma)
WCDMA object information.
|
CellTowers.Builder |
wcdma(WcdmaObj... wcdma)
WCDMA object information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCellTowers.Builder gsm(Collection<GsmObj> gsm)
GSM object information.
gsm - GSM object information.CellTowers.Builder gsm(GsmObj... gsm)
GSM object information.
gsm - GSM object information.CellTowers.Builder gsm(Consumer<GsmObj.Builder>... gsm)
GSM object information.
This is a convenience method that creates an instance of theGsmObj.Builder avoiding the need to create one
manually via GsmObj.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #gsm(List.
gsm - a consumer that will call methods on
GsmObj.Builder#gsm(java.util.Collection) CellTowers.Builder wcdma(Collection<WcdmaObj> wcdma)
WCDMA object information.
wcdma - WCDMA object information.CellTowers.Builder wcdma(WcdmaObj... wcdma)
WCDMA object information.
wcdma - WCDMA object information.CellTowers.Builder wcdma(Consumer<WcdmaObj.Builder>... wcdma)
WCDMA object information.
This is a convenience method that creates an instance of theWcdmaObj.Builder avoiding the need to create one
manually via WcdmaObj.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #wcdma(List.
wcdma - a consumer that will call methods on
WcdmaObj.Builder#wcdma(java.util.Collection) CellTowers.Builder tdscdma(Collection<TdscdmaObj> tdscdma)
TD-SCDMA object information.
tdscdma - TD-SCDMA object information.CellTowers.Builder tdscdma(TdscdmaObj... tdscdma)
TD-SCDMA object information.
tdscdma - TD-SCDMA object information.CellTowers.Builder tdscdma(Consumer<TdscdmaObj.Builder>... tdscdma)
TD-SCDMA object information.
This is a convenience method that creates an instance of theTdscdmaObj.Builder avoiding the need to create one
manually via TdscdmaObj.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tdscdma(List.
tdscdma - a consumer that will call methods on
TdscdmaObj.Builder#tdscdma(java.util.Collection) CellTowers.Builder lte(Collection<LteObj> lte)
LTE object information.
lte - LTE object information.CellTowers.Builder lte(LteObj... lte)
LTE object information.
lte - LTE object information.CellTowers.Builder lte(Consumer<LteObj.Builder>... lte)
LTE object information.
This is a convenience method that creates an instance of theLteObj.Builder avoiding the need to create one
manually via LteObj.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #lte(List.
lte - a consumer that will call methods on
LteObj.Builder#lte(java.util.Collection) CellTowers.Builder cdma(Collection<CdmaObj> cdma)
CDMA object information.
cdma - CDMA object information.CellTowers.Builder cdma(CdmaObj... cdma)
CDMA object information.
cdma - CDMA object information.CellTowers.Builder cdma(Consumer<CdmaObj.Builder>... cdma)
CDMA object information.
This is a convenience method that creates an instance of theCdmaObj.Builder avoiding the need to create one
manually via CdmaObj.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #cdma(List.
cdma - a consumer that will call methods on
CdmaObj.Builder#cdma(java.util.Collection) Copyright © 2023. All rights reserved.