public class WebLinkBase extends SerializableObject
Web link objects are treated similarly to file objects, they will also support most actions that apply to regular files.
| Modifier and Type | Class and Description |
|---|---|
static class |
WebLinkBase.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
etag
The entity tag of this web link.
|
protected String |
id
The unique identifier for this web link.
|
protected EnumWrapper<WebLinkBaseTypeField> |
type
The value will always be `web_link`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
WebLinkBase(String id) |
protected |
WebLinkBase(WebLinkBase.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEtag() |
String |
getId() |
EnumWrapper<WebLinkBaseTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<WebLinkBaseTypeField> type
public WebLinkBase(String id)
protected WebLinkBase(WebLinkBase.Builder builder)
public EnumWrapper<WebLinkBaseTypeField> getType()