public class CreateWebLinkRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateWebLinkRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
Description of the web link.
|
protected String |
name
Name of the web link.
|
protected CreateWebLinkRequestBodyParentField |
parent
The parent folder to create the web link within.
|
protected String |
url
The URL that this web link links to.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
CreateWebLinkRequestBody(CreateWebLinkRequestBody.Builder builder) |
|
CreateWebLinkRequestBody(String url,
CreateWebLinkRequestBodyParentField parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
CreateWebLinkRequestBodyParentField |
getParent() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String url
protected final CreateWebLinkRequestBodyParentField parent
protected String description
public CreateWebLinkRequestBody(String url, CreateWebLinkRequestBodyParentField parent)
protected CreateWebLinkRequestBody(CreateWebLinkRequestBody.Builder builder)
public CreateWebLinkRequestBodyParentField getParent()
public String getDescription()