Uses of Class
software.amazon.awssdk.services.connectcases.model.FieldValue
-
Packages that use FieldValue Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of FieldValue in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return FieldValue Modifier and Type Method Description FieldValueFieldFilter. contains()Object containing field identifier and value information.FieldValueFieldFilter. equalTo()Object containing field identifier and value information.FieldValueFieldFilter. greaterThan()Object containing field identifier and value information.FieldValueFieldFilter. greaterThanOrEqualTo()Object containing field identifier and value information.FieldValueFieldFilter. lessThan()Object containing field identifier and value information.FieldValueFieldFilter. lessThanOrEqualTo()Object containing field identifier and value information.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type FieldValue Modifier and Type Method Description List<FieldValue>CreateCaseRequest. fields()An array of objects with field ID (matching ListFields/DescribeField) and value union data.List<FieldValue>GetCaseResponse. fields()A list of detailed field information.List<FieldValue>SearchCasesResponseItem. fields()List of case field values.List<FieldValue>UpdateCaseRequest. fields()An array of objects withfieldId(matching ListFields/DescribeField) and value union data, structured identical toCreateCase.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type FieldValue Modifier and Type Method Description FieldFilter.BuilderFieldFilter.Builder. contains(FieldValue contains)Object containing field identifier and value information.FieldFilter.BuilderFieldFilter.Builder. equalTo(FieldValue equalTo)Object containing field identifier and value information.CreateCaseRequest.BuilderCreateCaseRequest.Builder. fields(FieldValue... fields)An array of objects with field ID (matching ListFields/DescribeField) and value union data.GetCaseResponse.BuilderGetCaseResponse.Builder. fields(FieldValue... fields)A list of detailed field information.SearchCasesResponseItem.BuilderSearchCasesResponseItem.Builder. fields(FieldValue... fields)List of case field values.UpdateCaseRequest.BuilderUpdateCaseRequest.Builder. fields(FieldValue... fields)An array of objects withfieldId(matching ListFields/DescribeField) and value union data, structured identical toCreateCase.static FieldFilterFieldFilter. fromContains(FieldValue contains)Create an instance of this class withFieldFilter.contains()initialized to the given value.static FieldFilterFieldFilter. fromEqualTo(FieldValue equalTo)Create an instance of this class withFieldFilter.equalTo()initialized to the given value.static FieldFilterFieldFilter. fromGreaterThan(FieldValue greaterThan)Create an instance of this class withFieldFilter.greaterThan()initialized to the given value.static FieldFilterFieldFilter. fromGreaterThanOrEqualTo(FieldValue greaterThanOrEqualTo)Create an instance of this class withFieldFilter.greaterThanOrEqualTo()initialized to the given value.static FieldFilterFieldFilter. fromLessThan(FieldValue lessThan)Create an instance of this class withFieldFilter.lessThan()initialized to the given value.static FieldFilterFieldFilter. fromLessThanOrEqualTo(FieldValue lessThanOrEqualTo)Create an instance of this class withFieldFilter.lessThanOrEqualTo()initialized to the given value.FieldFilter.BuilderFieldFilter.Builder. greaterThan(FieldValue greaterThan)Object containing field identifier and value information.FieldFilter.BuilderFieldFilter.Builder. greaterThanOrEqualTo(FieldValue greaterThanOrEqualTo)Object containing field identifier and value information.FieldFilter.BuilderFieldFilter.Builder. lessThan(FieldValue lessThan)Object containing field identifier and value information.FieldFilter.BuilderFieldFilter.Builder. lessThanOrEqualTo(FieldValue lessThanOrEqualTo)Object containing field identifier and value information.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type FieldValue Modifier and Type Method Description CreateCaseRequest.BuilderCreateCaseRequest.Builder. fields(Collection<FieldValue> fields)An array of objects with field ID (matching ListFields/DescribeField) and value union data.GetCaseResponse.BuilderGetCaseResponse.Builder. fields(Collection<FieldValue> fields)A list of detailed field information.SearchCasesResponseItem.BuilderSearchCasesResponseItem.Builder. fields(Collection<FieldValue> fields)List of case field values.UpdateCaseRequest.BuilderUpdateCaseRequest.Builder. fields(Collection<FieldValue> fields)An array of objects withfieldId(matching ListFields/DescribeField) and value union data, structured identical toCreateCase.
-