public class GHBlobBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
GHBlobBuilder |
binaryContent(byte[] content)
Configures a blob with the specified binary
content. |
GHBlob |
create()
Creates a blob based on the parameters specified thus far.
|
GHBlobBuilder |
textContent(String content)
Configures a blob with the specified text
content. |
public GHBlobBuilder textContent(String content)
content.public GHBlobBuilder binaryContent(byte[] content)
content.public GHBlob create() throws IOException
IOExceptionCopyright © 2018. All rights reserved.