Interface AirshipProfile._FinalStage
-
- All Known Implementing Classes:
AirshipProfile.Builder
- Enclosing class:
- AirshipProfile
public static interface AirshipProfile._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AirshipProfile._FinalStageaddAllDeviceTypes(java.util.List<java.lang.Object> deviceTypes)AirshipProfile._FinalStageaddDeviceTypes(java.lang.Object deviceTypes)AirshipProfilebuild()AirshipProfile._FinalStagedeviceTypes(java.util.List<java.lang.Object> deviceTypes)
-
-
-
Method Detail
-
build
AirshipProfile build()
-
deviceTypes
AirshipProfile._FinalStage deviceTypes(java.util.List<java.lang.Object> deviceTypes)
-
addDeviceTypes
AirshipProfile._FinalStage addDeviceTypes(java.lang.Object deviceTypes)
-
addAllDeviceTypes
AirshipProfile._FinalStage addAllDeviceTypes(java.util.List<java.lang.Object> deviceTypes)
-
-