Interface DevicesSearchV1Request._FinalStage
-
- All Known Implementing Classes:
DevicesSearchV1Request.Builder
- Enclosing class:
- DevicesSearchV1Request
public static interface DevicesSearchV1Request._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DevicesSearchV1Requestbuild()DevicesSearchV1Request._FinalStageorgScope(Nullable<TrackingOrgScopeEnum> orgScope)DevicesSearchV1Request._FinalStageorgScope(TrackingOrgScopeEnum orgScope)DevicesSearchV1Request._FinalStageorgScope(java.util.Optional<TrackingOrgScopeEnum> orgScope)Filter by org ownership: owned, shared, or owned_and_sharedDevicesSearchV1Request._FinalStagepage(Nullable<java.lang.Integer> page)DevicesSearchV1Request._FinalStagepage(java.lang.Integer page)DevicesSearchV1Request._FinalStagepage(java.util.Optional<java.lang.Integer> page)DevicesSearchV1Request._FinalStagepageSize(Nullable<java.lang.Integer> pageSize)DevicesSearchV1Request._FinalStagepageSize(java.lang.Integer pageSize)DevicesSearchV1Request._FinalStagepageSize(java.util.Optional<java.lang.Integer> pageSize)
-
-
-
Method Detail
-
build
DevicesSearchV1Request build()
-
page
DevicesSearchV1Request._FinalStage page(java.util.Optional<java.lang.Integer> page)
-
page
DevicesSearchV1Request._FinalStage page(java.lang.Integer page)
-
page
DevicesSearchV1Request._FinalStage page(Nullable<java.lang.Integer> page)
-
pageSize
DevicesSearchV1Request._FinalStage pageSize(java.util.Optional<java.lang.Integer> pageSize)
-
pageSize
DevicesSearchV1Request._FinalStage pageSize(java.lang.Integer pageSize)
-
pageSize
DevicesSearchV1Request._FinalStage pageSize(Nullable<java.lang.Integer> pageSize)
-
orgScope
DevicesSearchV1Request._FinalStage orgScope(java.util.Optional<TrackingOrgScopeEnum> orgScope)
Filter by org ownership: owned, shared, or owned_and_shared
-
orgScope
DevicesSearchV1Request._FinalStage orgScope(TrackingOrgScopeEnum orgScope)
-
orgScope
DevicesSearchV1Request._FinalStage orgScope(Nullable<TrackingOrgScopeEnum> orgScope)
-
-