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