public class UpdateWebLinkByIdRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateWebLinkByIdRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
A new description of the web link.
|
protected String |
name
A new name for the web link.
|
protected UpdateWebLinkByIdRequestBodyParentField |
parent |
protected UpdateWebLinkByIdRequestBodySharedLinkField |
sharedLink
The settings for the shared link to update.
|
protected String |
url
The new URL that the web link links to.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateWebLinkByIdRequestBody() |
protected |
UpdateWebLinkByIdRequestBody(UpdateWebLinkByIdRequestBody.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
UpdateWebLinkByIdRequestBodyParentField |
getParent() |
UpdateWebLinkByIdRequestBodySharedLinkField |
getSharedLink() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String url
protected UpdateWebLinkByIdRequestBodyParentField parent
protected String description
protected UpdateWebLinkByIdRequestBodySharedLinkField sharedLink
public UpdateWebLinkByIdRequestBody()
protected UpdateWebLinkByIdRequestBody(UpdateWebLinkByIdRequestBody.Builder builder)
public UpdateWebLinkByIdRequestBodyParentField getParent()
public String getDescription()
public UpdateWebLinkByIdRequestBodySharedLinkField getSharedLink()