Interface ApiRequestBody.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApiRequestBody.Builder,ApiRequestBody>, SdkBuilder<ApiRequestBody.Builder,ApiRequestBody>, SdkPojo
Enclosing class:
ApiRequestBody

public static interface ApiRequestBody.Builder extends SdkPojo, CopyableBuilder<ApiRequestBody.Builder,ApiRequestBody>
  • Method Details

    • content

      The content of the request body. The key of the object in this field is a media type defining the format of the request body.

      Parameters:
      content - The content of the request body. The key of the object in this field is a media type defining the format of the request body.
      Returns:
      Returns a reference to this object so that method calls can be chained together.