public static class ExpandedBodyFormatProperties.Builder
extends java.lang.Object
ExpandedBodyFormatProperties.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExpandedBodyFormatProperties.Builder |
addEmbeddedContent()
This method adds "embeddedContent" as a property to be expanded.
|
ExpandedBodyFormatProperties.Builder |
addMediaToken()
This method adds "mediaToken" as a property to be expanded.
|
ExpandedBodyFormatProperties.Builder |
addRepresentation()
This method adds "representation" as a property to be expanded.
|
ExpandedBodyFormatProperties.Builder |
addValue()
This method adds "value" as a property to be expanded.
|
ExpandedBodyFormatProperties.Builder |
addWebResource()
This method adds "webresource" as a property to be expanded.
|
ExpandedBodyFormatProperties |
build()
This method creates an instance of
ExpandedBodyFormatProperties using the values that
were set on this instance. |
public ExpandedBodyFormatProperties.Builder addValue()
public ExpandedBodyFormatProperties.Builder addRepresentation()
public ExpandedBodyFormatProperties.Builder addWebResource()
public ExpandedBodyFormatProperties.Builder addEmbeddedContent()
public ExpandedBodyFormatProperties.Builder addMediaToken()
public ExpandedBodyFormatProperties build()
ExpandedBodyFormatProperties using the values that
were set on this instance.ExpandedBodyFormatProperties with the values set on this
instance.