Interface DevicesTypeaheadV1Request._FinalStage
-
- All Known Implementing Classes:
DevicesTypeaheadV1Request.Builder
- Enclosing class:
- DevicesTypeaheadV1Request
public static interface DevicesTypeaheadV1Request._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DevicesTypeaheadV1Requestbuild()DevicesTypeaheadV1Request._FinalStagelimit(Nullable<java.lang.Integer> limit)DevicesTypeaheadV1Request._FinalStagelimit(java.lang.Integer limit)DevicesTypeaheadV1Request._FinalStagelimit(java.util.Optional<java.lang.Integer> limit)Max results per fieldDevicesTypeaheadV1Request._FinalStageorgScope(Nullable<TrackingOrgScopeEnum> orgScope)DevicesTypeaheadV1Request._FinalStageorgScope(TrackingOrgScopeEnum orgScope)DevicesTypeaheadV1Request._FinalStageorgScope(java.util.Optional<TrackingOrgScopeEnum> orgScope)Filter by org ownership: owned, shared, or owned_and_shared
-
-
-
Method Detail
-
build
DevicesTypeaheadV1Request build()
-
limit
DevicesTypeaheadV1Request._FinalStage limit(java.util.Optional<java.lang.Integer> limit)
Max results per field
-
limit
DevicesTypeaheadV1Request._FinalStage limit(java.lang.Integer limit)
-
limit
DevicesTypeaheadV1Request._FinalStage limit(Nullable<java.lang.Integer> limit)
-
orgScope
DevicesTypeaheadV1Request._FinalStage orgScope(java.util.Optional<TrackingOrgScopeEnum> orgScope)
Filter by org ownership: owned, shared, or owned_and_shared
-
orgScope
DevicesTypeaheadV1Request._FinalStage orgScope(TrackingOrgScopeEnum orgScope)
-
orgScope
DevicesTypeaheadV1Request._FinalStage orgScope(Nullable<TrackingOrgScopeEnum> orgScope)
-
-