public class HttpChecksumTrait extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.squareup.javapoet.CodeBlock |
create(OperationModel operationModel)
Generate a ".putExecutionAttribute(...)" code-block for the provided operation model.
|
public static com.squareup.javapoet.CodeBlock create(OperationModel operationModel)
ClientExecutionParams.
If HTTP checksums are not required by the operation, this will return an empty code-block.Copyright © 2023. All rights reserved.