Package com.gooddata.sdk.model.lcm
Class LcmEntityFilter
java.lang.Object
com.gooddata.sdk.model.lcm.LcmEntityFilter
Specification of the filter on
LcmEntities.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis filter in the form of query parameters map.withClient(String client) Adds given client to this filter.withDataProduct(String dataProduct) Adds given data product to this filter.withSegment(String segment) Adds given segment to this filter.
-
Constructor Details
-
LcmEntityFilter
public LcmEntityFilter()Creates new (empty) filter.
-
-
Method Details
-
withDataProduct
Adds given data product to this filter.- Parameters:
dataProduct- data product id - must not be empty.- Returns:
- this filter
-
withSegment
Adds given segment to this filter.- Parameters:
segment- segment id - must not be empty.- Returns:
- this filter
-
withClient
Adds given client to this filter.- Parameters:
client- client id - must not be empty.- Returns:
- this filter
-
getDataProduct
-
getSegment
-
getClient
-
asQueryParams
This filter in the form of query parameters map.- Returns:
- filter as query params map
-