public static interface DescribeContactEvaluationResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeContactEvaluationResponse.Builder,DescribeContactEvaluationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeContactEvaluationResponse.Builder |
evaluation(Consumer<Evaluation.Builder> evaluation)
Information about the evaluation form completed for a specific contact.
|
DescribeContactEvaluationResponse.Builder |
evaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
|
default DescribeContactEvaluationResponse.Builder |
evaluationForm(Consumer<EvaluationFormContent.Builder> evaluationForm)
Information about the evaluation form.
|
DescribeContactEvaluationResponse.Builder |
evaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeContactEvaluationResponse.Builder evaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
evaluation - Information about the evaluation form completed for a specific contact.default DescribeContactEvaluationResponse.Builder evaluation(Consumer<Evaluation.Builder> evaluation)
Information about the evaluation form completed for a specific contact.
This is a convenience method that creates an instance of theEvaluation.Builder avoiding the need to
create one manually via Evaluation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to evaluation(Evaluation).
evaluation - a consumer that will call methods on Evaluation.Builderevaluation(Evaluation)DescribeContactEvaluationResponse.Builder evaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
evaluationForm - Information about the evaluation form.default DescribeContactEvaluationResponse.Builder evaluationForm(Consumer<EvaluationFormContent.Builder> evaluationForm)
Information about the evaluation form.
This is a convenience method that creates an instance of theEvaluationFormContent.Builder avoiding
the need to create one manually via EvaluationFormContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to evaluationForm(EvaluationFormContent).
evaluationForm - a consumer that will call methods on EvaluationFormContent.BuilderevaluationForm(EvaluationFormContent)Copyright © 2023. All rights reserved.