setContent

open fun setContent(index: Int, value: ByteString): HttpBody.Builder
Content chunks which constitute this payload; fixed-size responses have only one chunk.
repeated bytes content = 4;

Return

This builder for chaining.

Parameters

index

The index to set the value at.

value

The content to set.