Package com.veeva.vault.sdk.api.query
Interface QueryShowTargetsRequest.Builder
- Enclosing interface:
- QueryShowTargetsRequest
public static interface QueryShowTargetsRequest.Builder
Creates an instance of
QueryShowTargetsRequest.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Retrieves the completedQueryShowTargetsRequest.Optional: Sets aLIKEclause to filter the returned target names based on a pattern.Enables Query Describe on theSHOW TARGETSquery.
-
Method Details
-
withLike
Optional: Sets aLIKEclause to filter the returned target names based on a pattern. For example,LIKE 'vql%'.If this method is called multiple times, the request retains only the value from the last call. If this method is never called, the request does not apply a
LIKEfilter and returns all accessible targets.- Parameters:
likeString-LIKEclause- Returns:
- this Builder
-
withQueryDescribe
QueryShowTargetsRequest.Builder withQueryDescribe()Enables Query Describe on theSHOW TARGETSquery.- Returns:
- this Builder
-
build
QueryShowTargetsRequest build()Retrieves the completedQueryShowTargetsRequest.- Returns:
- the completed QueryShowTargetsRequest
-