Package com.seam.api.types
Interface Device._FinalStage
-
- All Known Implementing Classes:
Device.Builder
- Enclosing class:
- Device
public static interface Device._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Device._FinalStageaddAllCapabilitiesSupported(java.util.List<DeviceCapabilitiesSupportedItem> capabilitiesSupported)Device._FinalStageaddAllErrors(java.util.List<DeviceErrorsItem> errors)Device._FinalStageaddAllWarnings(java.util.List<DeviceWarningsItem> warnings)Device._FinalStageaddCapabilitiesSupported(DeviceCapabilitiesSupportedItem capabilitiesSupported)Device._FinalStageaddErrors(DeviceErrorsItem errors)Device._FinalStageaddWarnings(DeviceWarningsItem warnings)Devicebuild()Device._FinalStagecapabilitiesSupported(java.util.List<DeviceCapabilitiesSupportedItem> capabilitiesSupported)Device._FinalStageerrors(java.util.List<DeviceErrorsItem> errors)Device._FinalStagelocation(java.lang.Object location)Device._FinalStagelocation(java.util.Optional<java.lang.Object> location)Device._FinalStagewarnings(java.util.List<DeviceWarningsItem> warnings)
-
-
-
Method Detail
-
build
Device build()
-
capabilitiesSupported
Device._FinalStage capabilitiesSupported(java.util.List<DeviceCapabilitiesSupportedItem> capabilitiesSupported)
-
addCapabilitiesSupported
Device._FinalStage addCapabilitiesSupported(DeviceCapabilitiesSupportedItem capabilitiesSupported)
-
addAllCapabilitiesSupported
Device._FinalStage addAllCapabilitiesSupported(java.util.List<DeviceCapabilitiesSupportedItem> capabilitiesSupported)
-
location
Device._FinalStage location(java.util.Optional<java.lang.Object> location)
-
location
Device._FinalStage location(java.lang.Object location)
-
errors
Device._FinalStage errors(java.util.List<DeviceErrorsItem> errors)
-
addErrors
Device._FinalStage addErrors(DeviceErrorsItem errors)
-
addAllErrors
Device._FinalStage addAllErrors(java.util.List<DeviceErrorsItem> errors)
-
warnings
Device._FinalStage warnings(java.util.List<DeviceWarningsItem> warnings)
-
addWarnings
Device._FinalStage addWarnings(DeviceWarningsItem warnings)
-
addAllWarnings
Device._FinalStage addAllWarnings(java.util.List<DeviceWarningsItem> warnings)
-
-