Package com.commercetools.history.client
Class ByProjectKeyGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyGet,RecordPagedQueryResponse>
com.commercetools.history.client.ByProjectKeyGet
- All Implemented Interfaces:
ClientRequestCommand<RecordPagedQueryResponse>
,CreateHttpRequestCommand
,HttpRequestCommand<RecordPagedQueryResponse>
,RequestCommand<RecordPagedQueryResponse>
The view_audit_log:{projectKey}
scope is required, and depending on the resource type queried, their respective scopes must be granted.
CompletableFuture<ApiHttpResponse<com.commercetools.history.models.change_history.RecordPagedQueryResponse>> result = apiRoot
.withProjectKeyValue("{projectKey}")
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<TValue> ByProjectKeyGet
addAssociateId
(Collection<TValue> associateId) add additional associateId query parametersadd additional associateId query parameteraddAssociateId
(Supplier<String> supplier) add additional associateId query parameter<TValue> ByProjectKeyGet
addAssociateId
(TValue associateId) add additional associateId query parameter<TValue> ByProjectKeyGet
addBusinessUnit
(Collection<TValue> businessUnit) add additional businessUnit query parametersadd additional businessUnit query parameteraddBusinessUnit
(Supplier<String> supplier) add additional businessUnit query parameter<TValue> ByProjectKeyGet
addBusinessUnit
(TValue businessUnit) add additional businessUnit query parameter<TValue> ByProjectKeyGet
addChanges
(Collection<TValue> changes) add additional changes query parametersadd additional changes query parameteraddChanges
(Supplier<String> supplier) add additional changes query parameter<TValue> ByProjectKeyGet
addChanges
(TValue changes) add additional changes query parameter<TValue> ByProjectKeyGet
addClientId
(Collection<TValue> clientId) add additional clientId query parametersadd additional clientId query parameteraddClientId
(Supplier<String> supplier) add additional clientId query parameter<TValue> ByProjectKeyGet
addClientId
(TValue clientId) add additional clientId query parameter<TValue> ByProjectKeyGet
addCustomerId
(Collection<TValue> customerId) add additional customerId query parametersadd additional customerId query parameteraddCustomerId
(Supplier<String> supplier) add additional customerId query parameter<TValue> ByProjectKeyGet
addCustomerId
(TValue customerId) add additional customerId query parameter<TValue> ByProjectKeyGet
addDateFrom
(Collection<TValue> dateFrom) add additional dateFrom query parametersadd additional dateFrom query parameteraddDateFrom
(Supplier<Object> supplier) add additional dateFrom query parameter<TValue> ByProjectKeyGet
addDateFrom
(TValue dateFrom) add additional dateFrom query parameter<TValue> ByProjectKeyGet
addDateTo
(Collection<TValue> dateTo) add additional dateTo query parametersadd additional dateTo query parameteradd additional dateTo query parameter<TValue> ByProjectKeyGet
addDateTo
(TValue dateTo) add additional dateTo query parameter<TValue> ByProjectKeyGet
addExcludePlatformInitiatedChanges
(Collection<TValue> excludePlatformInitiatedChanges) add additional excludePlatformInitiatedChanges query parametersadd additional excludePlatformInitiatedChanges query parameteradd additional excludePlatformInitiatedChanges query parameter<TValue> ByProjectKeyGet
addExcludePlatformInitiatedChanges
(TValue excludePlatformInitiatedChanges) add additional excludePlatformInitiatedChanges query parameter<TValue> ByProjectKeyGet
addExpand
(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameter<TValue> ByProjectKeyGet
addExpand
(TValue expand) add additional expand query parameter<TValue> ByProjectKeyGet
addLimit
(Collection<TValue> limit) add additional limit query parametersadd additional limit query parameteradd additional limit query parameter<TValue> ByProjectKeyGet
addLimit
(TValue limit) add additional limit query parameter<TValue> ByProjectKeyGet
addOffset
(Collection<TValue> offset) add additional offset query parametersadd additional offset query parameteradd additional offset query parameter<TValue> ByProjectKeyGet
addOffset
(TValue offset) add additional offset query parameter<TValue> ByProjectKeyGet
addResourceId
(Collection<TValue> resourceId) add additional resourceId query parametersadd additional resourceId query parameteraddResourceId
(Supplier<String> supplier) add additional resourceId query parameter<TValue> ByProjectKeyGet
addResourceId
(TValue resourceId) add additional resourceId query parameter<TValue> ByProjectKeyGet
addResourceKey
(Collection<TValue> resourceKey) add additional resourceKey query parametersadd additional resourceKey query parameteraddResourceKey
(Supplier<String> supplier) add additional resourceKey query parameter<TValue> ByProjectKeyGet
addResourceKey
(TValue resourceKey) add additional resourceKey query parameter<TValue> ByProjectKeyGet
addResourceTypes
(Collection<TValue> resourceTypes) add additional resourceTypes query parametersadd additional resourceTypes query parameteraddResourceTypes
(Supplier<ChangeHistoryResourceType> supplier) add additional resourceTypes query parameter<TValue> ByProjectKeyGet
addResourceTypes
(TValue resourceTypes) add additional resourceTypes query parameter<TValue> ByProjectKeyGet
addSource
(Collection<TValue> source) add additional source query parametersadd additional source query parameteradd additional source query parameter<TValue> ByProjectKeyGet
addSource
(TValue source) add additional source query parameter<TValue> ByProjectKeyGet
addStores
(Collection<TValue> stores) add additional stores query parametersadd additional stores query parameteradd additional stores query parameter<TValue> ByProjectKeyGet
addStores
(TValue stores) add additional stores query parameter<TValue> ByProjectKeyGet
addType
(Collection<TValue> type) add additional type query parametersadd additional type query parameteradd additional type query parameter<TValue> ByProjectKeyGet
addType
(TValue type) add additional type query parameter<TValue> ByProjectKeyGet
addUserId
(Collection<TValue> userId) add additional userId query parametersadd additional userId query parameteradd additional userId query parameter<TValue> ByProjectKeyGet
addUserId
(TValue userId) add additional userId query parameterboolean
execute
(ApiHttpClient client) executeBlocking
(ApiHttpClient client, Duration timeout) getLimit()
getType()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<RecordPagedQueryResponse>
void
setProjectKey
(String projectKey) toString()
<TValue> ByProjectKeyGet
withAssociateId
(Collection<TValue> associateId) set associateId with the specified valuesset associateId with the specified valuewithAssociateId
(Supplier<String> supplier) set associateId with the specified value<TValue> ByProjectKeyGet
withAssociateId
(TValue associateId) set associateId with the specified value<TValue> ByProjectKeyGet
withBusinessUnit
(Collection<TValue> businessUnit) set businessUnit with the specified valuesset businessUnit with the specified valuewithBusinessUnit
(Supplier<String> supplier) set businessUnit with the specified value<TValue> ByProjectKeyGet
withBusinessUnit
(TValue businessUnit) set businessUnit with the specified value<TValue> ByProjectKeyGet
withChanges
(Collection<TValue> changes) set changes with the specified valuesset changes with the specified valuewithChanges
(Supplier<String> supplier) set changes with the specified value<TValue> ByProjectKeyGet
withChanges
(TValue changes) set changes with the specified value<TValue> ByProjectKeyGet
withClientId
(Collection<TValue> clientId) set clientId with the specified valuesset clientId with the specified valuewithClientId
(Supplier<String> supplier) set clientId with the specified value<TValue> ByProjectKeyGet
withClientId
(TValue clientId) set clientId with the specified value<TValue> ByProjectKeyGet
withCustomerId
(Collection<TValue> customerId) set customerId with the specified valuesset customerId with the specified valuewithCustomerId
(Supplier<String> supplier) set customerId with the specified value<TValue> ByProjectKeyGet
withCustomerId
(TValue customerId) set customerId with the specified value<TValue> ByProjectKeyGet
withDateFrom
(Collection<TValue> dateFrom) set dateFrom with the specified valuesset dateFrom with the specified valuewithDateFrom
(Supplier<Object> supplier) set dateFrom with the specified value<TValue> ByProjectKeyGet
withDateFrom
(TValue dateFrom) set dateFrom with the specified value<TValue> ByProjectKeyGet
withDateTo
(Collection<TValue> dateTo) set dateTo with the specified valuesset dateTo with the specified valuewithDateTo
(Supplier<Object> supplier) set dateTo with the specified value<TValue> ByProjectKeyGet
withDateTo
(TValue dateTo) set dateTo with the specified value<TValue> ByProjectKeyGet
withExcludePlatformInitiatedChanges
(Collection<TValue> excludePlatformInitiatedChanges) set excludePlatformInitiatedChanges with the specified valuesset excludePlatformInitiatedChanges with the specified valueset excludePlatformInitiatedChanges with the specified value<TValue> ByProjectKeyGet
withExcludePlatformInitiatedChanges
(TValue excludePlatformInitiatedChanges) set excludePlatformInitiatedChanges with the specified value<TValue> ByProjectKeyGet
withExpand
(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand
(Supplier<Boolean> supplier) set expand with the specified value<TValue> ByProjectKeyGet
withExpand
(TValue expand) set expand with the specified value<TValue> ByProjectKeyGet
withLimit
(Collection<TValue> limit) set limit with the specified valuesset limit with the specified valueset limit with the specified value<TValue> ByProjectKeyGet
withLimit
(TValue limit) set limit with the specified value<TValue> ByProjectKeyGet
withOffset
(Collection<TValue> offset) set offset with the specified valuesset offset with the specified valuewithOffset
(Supplier<Integer> supplier) set offset with the specified value<TValue> ByProjectKeyGet
withOffset
(TValue offset) set offset with the specified value<TValue> ByProjectKeyGet
withResourceId
(Collection<TValue> resourceId) set resourceId with the specified valuesset resourceId with the specified valuewithResourceId
(Supplier<String> supplier) set resourceId with the specified value<TValue> ByProjectKeyGet
withResourceId
(TValue resourceId) set resourceId with the specified value<TValue> ByProjectKeyGet
withResourceKey
(Collection<TValue> resourceKey) set resourceKey with the specified valuesset resourceKey with the specified valuewithResourceKey
(Supplier<String> supplier) set resourceKey with the specified value<TValue> ByProjectKeyGet
withResourceKey
(TValue resourceKey) set resourceKey with the specified value<TValue> ByProjectKeyGet
withResourceTypes
(Collection<TValue> resourceTypes) set resourceTypes with the specified valuesset resourceTypes with the specified valuewithResourceTypes
(Supplier<ChangeHistoryResourceType> supplier) set resourceTypes with the specified value<TValue> ByProjectKeyGet
withResourceTypes
(TValue resourceTypes) set resourceTypes with the specified value<TValue> ByProjectKeyGet
withSource
(Collection<TValue> source) set source with the specified valuesset source with the specified valuewithSource
(Supplier<Source> supplier) set source with the specified value<TValue> ByProjectKeyGet
withSource
(TValue source) set source with the specified value<TValue> ByProjectKeyGet
withStores
(Collection<TValue> stores) set stores with the specified valuesset stores with the specified valuewithStores
(Supplier<String> supplier) set stores with the specified value<TValue> ByProjectKeyGet
withStores
(TValue stores) set stores with the specified value<TValue> ByProjectKeyGet
withType
(Collection<TValue> type) set type with the specified valuesset type with the specified valueset type with the specified value<TValue> ByProjectKeyGet
withType
(TValue type) set type with the specified value<TValue> ByProjectKeyGet
withUserId
(Collection<TValue> userId) set userId with the specified valuesset userId with the specified valuewithUserId
(Supplier<String> supplier) set userId with the specified value<TValue> ByProjectKeyGet
withUserId
(TValue userId) set userId with the specified valueMethods inherited from class io.vrap.rmf.base.client.ApiMethod
addHeader, addQueryParam, addQueryParams, contentType, createHttpRequest, execute, execute, execute, execute, execute, execute, execute, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, getQueryParamUriStrings, send, sendBlocking, sendBlocking, with, with, withHeader, withHeaders, withHttpRequest, withoutHeader, withoutQueryParam, withQueryParam, withQueryParams
Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
executeBlocking
Methods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand
createHttpRequest
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyGet
-
ByProjectKeyGet
-
-
Method Details
-
resultType
-
executeBlocking
public ApiHttpResponse<RecordPagedQueryResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceClientRequestCommand<RecordPagedQueryResponse>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyGet,
RecordPagedQueryResponse>
-
execute
- Specified by:
execute
in interfaceClientRequestCommand<RecordPagedQueryResponse>
- Specified by:
execute
in classApiMethod<ByProjectKeyGet,
RecordPagedQueryResponse>
-
getProjectKey
-
getResourceTypes
-
getDateFrom
-
getDateTo
-
getLimit
-
getOffset
-
getUserId
-
getClientId
-
getCustomerId
-
getAssociateId
-
getBusinessUnit
-
getType
-
getResourceId
-
getResourceKey
-
getSource
-
getChanges
-
getStores
-
getExcludePlatformInitiatedChanges
-
getExpand
-
setProjectKey
-
withResourceTypes
set resourceTypes with the specified value- Type Parameters:
TValue
- value type- Parameters:
resourceTypes
- value to be set- Returns:
- ByProjectKeyGet
-
addResourceTypes
add additional resourceTypes query parameter- Type Parameters:
TValue
- value type- Parameters:
resourceTypes
- value to be added- Returns:
- ByProjectKeyGet
-
withResourceTypes
set resourceTypes with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addResourceTypes
add additional resourceTypes query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withResourceTypes
set resourceTypes with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addResourceTypes
add additional resourceTypes query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withResourceTypes
set resourceTypes with the specified values- Type Parameters:
TValue
- value type- Parameters:
resourceTypes
- values to be set- Returns:
- ByProjectKeyGet
-
addResourceTypes
add additional resourceTypes query parameters- Type Parameters:
TValue
- value type- Parameters:
resourceTypes
- values to be added- Returns:
- ByProjectKeyGet
-
withDateFrom
set dateFrom with the specified value- Type Parameters:
TValue
- value type- Parameters:
dateFrom
- value to be set- Returns:
- ByProjectKeyGet
-
addDateFrom
add additional dateFrom query parameter- Type Parameters:
TValue
- value type- Parameters:
dateFrom
- value to be added- Returns:
- ByProjectKeyGet
-
withDateFrom
set dateFrom with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addDateFrom
add additional dateFrom query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withDateFrom
set dateFrom with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addDateFrom
add additional dateFrom query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withDateFrom
set dateFrom with the specified values- Type Parameters:
TValue
- value type- Parameters:
dateFrom
- values to be set- Returns:
- ByProjectKeyGet
-
addDateFrom
add additional dateFrom query parameters- Type Parameters:
TValue
- value type- Parameters:
dateFrom
- values to be added- Returns:
- ByProjectKeyGet
-
withDateTo
set dateTo with the specified value- Type Parameters:
TValue
- value type- Parameters:
dateTo
- value to be set- Returns:
- ByProjectKeyGet
-
addDateTo
add additional dateTo query parameter- Type Parameters:
TValue
- value type- Parameters:
dateTo
- value to be added- Returns:
- ByProjectKeyGet
-
withDateTo
set dateTo with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addDateTo
add additional dateTo query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withDateTo
set dateTo with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addDateTo
add additional dateTo query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withDateTo
set dateTo with the specified values- Type Parameters:
TValue
- value type- Parameters:
dateTo
- values to be set- Returns:
- ByProjectKeyGet
-
addDateTo
add additional dateTo query parameters- Type Parameters:
TValue
- value type- Parameters:
dateTo
- values to be added- Returns:
- ByProjectKeyGet
-
withLimit
set limit with the specified value- Type Parameters:
TValue
- value type- Parameters:
limit
- value to be set- Returns:
- ByProjectKeyGet
-
addLimit
add additional limit query parameter- Type Parameters:
TValue
- value type- Parameters:
limit
- value to be added- Returns:
- ByProjectKeyGet
-
withLimit
set limit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addLimit
add additional limit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withLimit
set limit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addLimit
add additional limit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withLimit
set limit with the specified values- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be set- Returns:
- ByProjectKeyGet
-
addLimit
add additional limit query parameters- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be added- Returns:
- ByProjectKeyGet
-
withOffset
set offset with the specified value- Type Parameters:
TValue
- value type- Parameters:
offset
- value to be set- Returns:
- ByProjectKeyGet
-
addOffset
add additional offset query parameter- Type Parameters:
TValue
- value type- Parameters:
offset
- value to be added- Returns:
- ByProjectKeyGet
-
withOffset
set offset with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addOffset
add additional offset query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withOffset
set offset with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addOffset
add additional offset query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withOffset
set offset with the specified values- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be set- Returns:
- ByProjectKeyGet
-
addOffset
add additional offset query parameters- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be added- Returns:
- ByProjectKeyGet
-
withUserId
set userId with the specified value- Type Parameters:
TValue
- value type- Parameters:
userId
- value to be set- Returns:
- ByProjectKeyGet
-
addUserId
add additional userId query parameter- Type Parameters:
TValue
- value type- Parameters:
userId
- value to be added- Returns:
- ByProjectKeyGet
-
withUserId
set userId with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addUserId
add additional userId query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withUserId
set userId with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addUserId
add additional userId query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withUserId
set userId with the specified values- Type Parameters:
TValue
- value type- Parameters:
userId
- values to be set- Returns:
- ByProjectKeyGet
-
addUserId
add additional userId query parameters- Type Parameters:
TValue
- value type- Parameters:
userId
- values to be added- Returns:
- ByProjectKeyGet
-
withClientId
set clientId with the specified value- Type Parameters:
TValue
- value type- Parameters:
clientId
- value to be set- Returns:
- ByProjectKeyGet
-
addClientId
add additional clientId query parameter- Type Parameters:
TValue
- value type- Parameters:
clientId
- value to be added- Returns:
- ByProjectKeyGet
-
withClientId
set clientId with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addClientId
add additional clientId query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withClientId
set clientId with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addClientId
add additional clientId query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withClientId
set clientId with the specified values- Type Parameters:
TValue
- value type- Parameters:
clientId
- values to be set- Returns:
- ByProjectKeyGet
-
addClientId
add additional clientId query parameters- Type Parameters:
TValue
- value type- Parameters:
clientId
- values to be added- Returns:
- ByProjectKeyGet
-
withCustomerId
set customerId with the specified value- Type Parameters:
TValue
- value type- Parameters:
customerId
- value to be set- Returns:
- ByProjectKeyGet
-
addCustomerId
add additional customerId query parameter- Type Parameters:
TValue
- value type- Parameters:
customerId
- value to be added- Returns:
- ByProjectKeyGet
-
withCustomerId
set customerId with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addCustomerId
add additional customerId query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withCustomerId
set customerId with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addCustomerId
add additional customerId query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withCustomerId
set customerId with the specified values- Type Parameters:
TValue
- value type- Parameters:
customerId
- values to be set- Returns:
- ByProjectKeyGet
-
addCustomerId
add additional customerId query parameters- Type Parameters:
TValue
- value type- Parameters:
customerId
- values to be added- Returns:
- ByProjectKeyGet
-
withAssociateId
set associateId with the specified value- Type Parameters:
TValue
- value type- Parameters:
associateId
- value to be set- Returns:
- ByProjectKeyGet
-
addAssociateId
add additional associateId query parameter- Type Parameters:
TValue
- value type- Parameters:
associateId
- value to be added- Returns:
- ByProjectKeyGet
-
withAssociateId
set associateId with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addAssociateId
add additional associateId query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withAssociateId
set associateId with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addAssociateId
add additional associateId query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withAssociateId
set associateId with the specified values- Type Parameters:
TValue
- value type- Parameters:
associateId
- values to be set- Returns:
- ByProjectKeyGet
-
addAssociateId
add additional associateId query parameters- Type Parameters:
TValue
- value type- Parameters:
associateId
- values to be added- Returns:
- ByProjectKeyGet
-
withBusinessUnit
set businessUnit with the specified value- Type Parameters:
TValue
- value type- Parameters:
businessUnit
- value to be set- Returns:
- ByProjectKeyGet
-
addBusinessUnit
add additional businessUnit query parameter- Type Parameters:
TValue
- value type- Parameters:
businessUnit
- value to be added- Returns:
- ByProjectKeyGet
-
withBusinessUnit
set businessUnit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addBusinessUnit
add additional businessUnit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withBusinessUnit
set businessUnit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addBusinessUnit
add additional businessUnit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withBusinessUnit
set businessUnit with the specified values- Type Parameters:
TValue
- value type- Parameters:
businessUnit
- values to be set- Returns:
- ByProjectKeyGet
-
addBusinessUnit
add additional businessUnit query parameters- Type Parameters:
TValue
- value type- Parameters:
businessUnit
- values to be added- Returns:
- ByProjectKeyGet
-
withType
set type with the specified value- Type Parameters:
TValue
- value type- Parameters:
type
- value to be set- Returns:
- ByProjectKeyGet
-
addType
add additional type query parameter- Type Parameters:
TValue
- value type- Parameters:
type
- value to be added- Returns:
- ByProjectKeyGet
-
withType
set type with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addType
add additional type query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withType
set type with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addType
add additional type query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withType
set type with the specified values- Type Parameters:
TValue
- value type- Parameters:
type
- values to be set- Returns:
- ByProjectKeyGet
-
addType
add additional type query parameters- Type Parameters:
TValue
- value type- Parameters:
type
- values to be added- Returns:
- ByProjectKeyGet
-
withResourceId
set resourceId with the specified value- Type Parameters:
TValue
- value type- Parameters:
resourceId
- value to be set- Returns:
- ByProjectKeyGet
-
addResourceId
add additional resourceId query parameter- Type Parameters:
TValue
- value type- Parameters:
resourceId
- value to be added- Returns:
- ByProjectKeyGet
-
withResourceId
set resourceId with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addResourceId
add additional resourceId query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withResourceId
set resourceId with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addResourceId
add additional resourceId query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withResourceId
set resourceId with the specified values- Type Parameters:
TValue
- value type- Parameters:
resourceId
- values to be set- Returns:
- ByProjectKeyGet
-
addResourceId
add additional resourceId query parameters- Type Parameters:
TValue
- value type- Parameters:
resourceId
- values to be added- Returns:
- ByProjectKeyGet
-
withResourceKey
set resourceKey with the specified value- Type Parameters:
TValue
- value type- Parameters:
resourceKey
- value to be set- Returns:
- ByProjectKeyGet
-
addResourceKey
add additional resourceKey query parameter- Type Parameters:
TValue
- value type- Parameters:
resourceKey
- value to be added- Returns:
- ByProjectKeyGet
-
withResourceKey
set resourceKey with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addResourceKey
add additional resourceKey query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withResourceKey
set resourceKey with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addResourceKey
add additional resourceKey query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withResourceKey
set resourceKey with the specified values- Type Parameters:
TValue
- value type- Parameters:
resourceKey
- values to be set- Returns:
- ByProjectKeyGet
-
addResourceKey
add additional resourceKey query parameters- Type Parameters:
TValue
- value type- Parameters:
resourceKey
- values to be added- Returns:
- ByProjectKeyGet
-
withSource
set source with the specified value- Type Parameters:
TValue
- value type- Parameters:
source
- value to be set- Returns:
- ByProjectKeyGet
-
addSource
add additional source query parameter- Type Parameters:
TValue
- value type- Parameters:
source
- value to be added- Returns:
- ByProjectKeyGet
-
withSource
set source with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addSource
add additional source query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withSource
set source with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addSource
add additional source query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withSource
set source with the specified values- Type Parameters:
TValue
- value type- Parameters:
source
- values to be set- Returns:
- ByProjectKeyGet
-
addSource
add additional source query parameters- Type Parameters:
TValue
- value type- Parameters:
source
- values to be added- Returns:
- ByProjectKeyGet
-
withChanges
set changes with the specified value- Type Parameters:
TValue
- value type- Parameters:
changes
- value to be set- Returns:
- ByProjectKeyGet
-
addChanges
add additional changes query parameter- Type Parameters:
TValue
- value type- Parameters:
changes
- value to be added- Returns:
- ByProjectKeyGet
-
withChanges
set changes with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addChanges
add additional changes query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withChanges
set changes with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addChanges
add additional changes query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withChanges
set changes with the specified values- Type Parameters:
TValue
- value type- Parameters:
changes
- values to be set- Returns:
- ByProjectKeyGet
-
addChanges
add additional changes query parameters- Type Parameters:
TValue
- value type- Parameters:
changes
- values to be added- Returns:
- ByProjectKeyGet
-
withStores
set stores with the specified value- Type Parameters:
TValue
- value type- Parameters:
stores
- value to be set- Returns:
- ByProjectKeyGet
-
addStores
add additional stores query parameter- Type Parameters:
TValue
- value type- Parameters:
stores
- value to be added- Returns:
- ByProjectKeyGet
-
withStores
set stores with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addStores
add additional stores query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withStores
set stores with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addStores
add additional stores query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withStores
set stores with the specified values- Type Parameters:
TValue
- value type- Parameters:
stores
- values to be set- Returns:
- ByProjectKeyGet
-
addStores
add additional stores query parameters- Type Parameters:
TValue
- value type- Parameters:
stores
- values to be added- Returns:
- ByProjectKeyGet
-
withExcludePlatformInitiatedChanges
public <TValue> ByProjectKeyGet withExcludePlatformInitiatedChanges(TValue excludePlatformInitiatedChanges) set excludePlatformInitiatedChanges with the specified value- Type Parameters:
TValue
- value type- Parameters:
excludePlatformInitiatedChanges
- value to be set- Returns:
- ByProjectKeyGet
-
addExcludePlatformInitiatedChanges
public <TValue> ByProjectKeyGet addExcludePlatformInitiatedChanges(TValue excludePlatformInitiatedChanges) add additional excludePlatformInitiatedChanges query parameter- Type Parameters:
TValue
- value type- Parameters:
excludePlatformInitiatedChanges
- value to be added- Returns:
- ByProjectKeyGet
-
withExcludePlatformInitiatedChanges
public ByProjectKeyGet withExcludePlatformInitiatedChanges(Supplier<PlatformInitiatedChange> supplier) set excludePlatformInitiatedChanges with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addExcludePlatformInitiatedChanges
public ByProjectKeyGet addExcludePlatformInitiatedChanges(Supplier<PlatformInitiatedChange> supplier) add additional excludePlatformInitiatedChanges query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withExcludePlatformInitiatedChanges
public ByProjectKeyGet withExcludePlatformInitiatedChanges(Function<StringBuilder, StringBuilder> op) set excludePlatformInitiatedChanges with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addExcludePlatformInitiatedChanges
add additional excludePlatformInitiatedChanges query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withExcludePlatformInitiatedChanges
public <TValue> ByProjectKeyGet withExcludePlatformInitiatedChanges(Collection<TValue> excludePlatformInitiatedChanges) set excludePlatformInitiatedChanges with the specified values- Type Parameters:
TValue
- value type- Parameters:
excludePlatformInitiatedChanges
- values to be set- Returns:
- ByProjectKeyGet
-
addExcludePlatformInitiatedChanges
public <TValue> ByProjectKeyGet addExcludePlatformInitiatedChanges(Collection<TValue> excludePlatformInitiatedChanges) add additional excludePlatformInitiatedChanges query parameters- Type Parameters:
TValue
- value type- Parameters:
excludePlatformInitiatedChanges
- values to be added- Returns:
- ByProjectKeyGet
-
withExpand
set expand with the specified value- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyGet
-
addExpand
add additional expand query parameter- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyGet
-
withExpand
set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyGet
-
addExpand
add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyGet
-
withExpand
set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyGet
-
addExpand
add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyGet
-
withExpand
set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyGet
-
addExpand
add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-