public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
name(String name)
For
ListEntities, the supported value for this is an EntityId. |
Filter.Builder |
valueList(Collection<String> valueList)
ListEntities - This is a list of unique EntityIds. |
Filter.Builder |
valueList(String... valueList)
ListEntities - This is a list of unique EntityIds. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder name(String name)
For ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
name - For ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
Filter.Builder valueList(Collection<String> valueList)
ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as
follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that started
before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that started
after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended
before the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended
after the filter value.
valueList - ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as
follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set
requests.
EntityId - The supported ValueList is a list of unique EntityId
s.
BeforeStartTime - The supported ValueList is a list of all change sets that
started before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that
started after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that
ended before the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that
ended after the filter value.
Filter.Builder valueList(String... valueList)
ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as
follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set requests.
EntityId - The supported ValueList is a list of unique EntityIds.
BeforeStartTime - The supported ValueList is a list of all change sets that started
before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that started
after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that ended
before the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that ended
after the filter value.
valueList - ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated ValueLists is as
follows:
ChangeSetName - The supported ValueList is a list of non-unique
ChangeSetNames. These are defined when you call the StartChangeSet action.
Status - The supported ValueList is a list of statuses for all change set
requests.
EntityId - The supported ValueList is a list of unique EntityId
s.
BeforeStartTime - The supported ValueList is a list of all change sets that
started before the filter value.
AfterStartTime - The supported ValueList is a list of all change sets that
started after the filter value.
BeforeEndTime - The supported ValueList is a list of all change sets that
ended before the filter value.
AfterEndTime - The supported ValueList is a list of all change sets that
ended after the filter value.
Copyright © 2023. All rights reserved.