public static interface AttributeDetails.Builder extends SdkPojo, CopyableBuilder<AttributeDetails.Builder,AttributeDetails>
| Modifier and Type | Method and Description |
|---|---|
AttributeDetails.Builder |
attributes(AttributeItem... attributes)
A list of attribute items specified in the mathematical expression.
|
AttributeDetails.Builder |
attributes(Collection<AttributeItem> attributes)
A list of attribute items specified in the mathematical expression.
|
AttributeDetails.Builder |
attributes(Consumer<AttributeItem.Builder>... attributes)
A list of attribute items specified in the mathematical expression.
|
AttributeDetails.Builder |
expression(String expression)
Mathematical expression that is performed on attribute items provided in the attribute list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeDetails.Builder attributes(Collection<AttributeItem> attributes)
A list of attribute items specified in the mathematical expression.
attributes - A list of attribute items specified in the mathematical expression.AttributeDetails.Builder attributes(AttributeItem... attributes)
A list of attribute items specified in the mathematical expression.
attributes - A list of attribute items specified in the mathematical expression.AttributeDetails.Builder attributes(Consumer<AttributeItem.Builder>... attributes)
A list of attribute items specified in the mathematical expression.
This is a convenience method that creates an instance of theAttributeItem.Builder avoiding the need to
create one manually via
AttributeItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
AttributeItem.Builder#attributes(java.util.Collection) AttributeDetails.Builder expression(String expression)
Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of \"{ObjectTypeName.AttributeName}\".
expression - Mathematical expression that is performed on attribute items provided in the attribute list. Each
element in the expression should follow the structure of \"{ObjectTypeName.AttributeName}\".Copyright © 2023. All rights reserved.