Uses of Class
software.amazon.awssdk.services.connectcases.model.CaseFilter
-
Packages that use CaseFilter Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of CaseFilter in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return CaseFilter Modifier and Type Method Description CaseFilterSearchCasesRequest. filter()A list of filter objects.static CaseFilterCaseFilter. fromAndAll(List<CaseFilter> andAll)Create an instance of this class withandAll()initialized to the given value.static CaseFilterCaseFilter. fromField(Consumer<FieldFilter.Builder> field)Create an instance of this class withfield()initialized to the given value.static CaseFilterCaseFilter. fromField(FieldFilter field)Create an instance of this class withfield()initialized to the given value.static CaseFilterCaseFilter. fromNot(Consumer<CaseFilter.Builder> not)Create an instance of this class withnot()initialized to the given value.static CaseFilterCaseFilter. fromNot(CaseFilter not)Create an instance of this class withnot()initialized to the given value.static CaseFilterCaseFilter. fromOrAll(List<CaseFilter> orAll)Create an instance of this class withorAll()initialized to the given value.CaseFilterCaseFilter. not()Returns the value of the Not property for this object.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type CaseFilter Modifier and Type Method Description List<CaseFilter>CaseFilter. andAll()Provides "and all" filtering.List<CaseFilter>CaseFilter. orAll()Provides "or all" filtering.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type CaseFilter Modifier and Type Method Description CaseFilter.BuilderCaseFilter.Builder. andAll(CaseFilter... andAll)Provides "and all" filtering.SearchCasesRequest.BuilderSearchCasesRequest.Builder. filter(CaseFilter filter)A list of filter objects.static CaseFilterCaseFilter. fromNot(CaseFilter not)Create an instance of this class withnot()initialized to the given value.CaseFilter.BuilderCaseFilter.Builder. not(CaseFilter not)Sets the value of the Not property for this object.CaseFilter.BuilderCaseFilter.Builder. orAll(CaseFilter... orAll)Provides "or all" filtering.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type CaseFilter Modifier and Type Method Description CaseFilter.BuilderCaseFilter.Builder. andAll(Collection<CaseFilter> andAll)Provides "and all" filtering.static CaseFilterCaseFilter. fromAndAll(List<CaseFilter> andAll)Create an instance of this class withandAll()initialized to the given value.static CaseFilterCaseFilter. fromOrAll(List<CaseFilter> orAll)Create an instance of this class withorAll()initialized to the given value.CaseFilter.BuilderCaseFilter.Builder. orAll(Collection<CaseFilter> orAll)Provides "or all" filtering.
-