Class DevicesTypeaheadV1Request.Builder
- java.lang.Object
-
- com.chrt.api.resources.tracking.devices.requests.DevicesTypeaheadV1Request.Builder
-
- All Implemented Interfaces:
DevicesTypeaheadV1Request._FinalStage,DevicesTypeaheadV1Request.QueryStage
- Enclosing class:
- DevicesTypeaheadV1Request
public static final class DevicesTypeaheadV1Request.Builder extends java.lang.Object implements DevicesTypeaheadV1Request.QueryStage, DevicesTypeaheadV1Request._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DevicesTypeaheadV1Requestbuild()DevicesTypeaheadV1Request.Builderfrom(DevicesTypeaheadV1Request other)DevicesTypeaheadV1Request._FinalStagelimit(Nullable<java.lang.Integer> limit)Max results per fieldDevicesTypeaheadV1Request._FinalStagelimit(java.lang.Integer limit)Max results per fieldDevicesTypeaheadV1Request._FinalStagelimit(java.util.Optional<java.lang.Integer> limit)Max results per fieldDevicesTypeaheadV1Request._FinalStageorgScope(Nullable<TrackingOrgScopeEnum> orgScope)Filter by org ownership: owned, shared, or owned_and_sharedDevicesTypeaheadV1Request._FinalStageorgScope(TrackingOrgScopeEnum orgScope)Filter by org ownership: owned, shared, or owned_and_sharedDevicesTypeaheadV1Request._FinalStageorgScope(java.util.Optional<TrackingOrgScopeEnum> orgScope)Filter by org ownership: owned, shared, or owned_and_sharedDevicesTypeaheadV1Request._FinalStagequery(java.lang.String query)Typeahead search query
-
-
-
Method Detail
-
from
public DevicesTypeaheadV1Request.Builder from(DevicesTypeaheadV1Request other)
- Specified by:
fromin interfaceDevicesTypeaheadV1Request.QueryStage
-
query
public DevicesTypeaheadV1Request._FinalStage query(@NotNull java.lang.String query)
Typeahead search query
Typeahead search query
- Specified by:
queryin interfaceDevicesTypeaheadV1Request.QueryStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
orgScope
public DevicesTypeaheadV1Request._FinalStage orgScope(Nullable<TrackingOrgScopeEnum> orgScope)
Filter by org ownership: owned, shared, or owned_and_shared
- Specified by:
orgScopein interfaceDevicesTypeaheadV1Request._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
orgScope
public DevicesTypeaheadV1Request._FinalStage orgScope(TrackingOrgScopeEnum orgScope)
Filter by org ownership: owned, shared, or owned_and_shared
- Specified by:
orgScopein interfaceDevicesTypeaheadV1Request._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
orgScope
public DevicesTypeaheadV1Request._FinalStage orgScope(java.util.Optional<TrackingOrgScopeEnum> orgScope)
Filter by org ownership: owned, shared, or owned_and_shared
- Specified by:
orgScopein interfaceDevicesTypeaheadV1Request._FinalStage
-
limit
public DevicesTypeaheadV1Request._FinalStage limit(Nullable<java.lang.Integer> limit)
Max results per field
- Specified by:
limitin interfaceDevicesTypeaheadV1Request._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
limit
public DevicesTypeaheadV1Request._FinalStage limit(java.lang.Integer limit)
Max results per field
- Specified by:
limitin interfaceDevicesTypeaheadV1Request._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
limit
public DevicesTypeaheadV1Request._FinalStage limit(java.util.Optional<java.lang.Integer> limit)
Max results per field
- Specified by:
limitin interfaceDevicesTypeaheadV1Request._FinalStage
-
build
public DevicesTypeaheadV1Request build()
- Specified by:
buildin interfaceDevicesTypeaheadV1Request._FinalStage
-
-