public class WebLinkMini extends WebLinkBase
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 |
WebLinkMini.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
The name of the web link.
|
protected String |
sequenceId |
protected String |
url
The URL this web link points to.
|
etag, id, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
WebLinkMini(String id) |
protected |
WebLinkMini(WebLinkMini.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getSequenceId() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
getEtag, getId, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String sequenceId
public WebLinkMini(String id)
protected WebLinkMini(WebLinkMini.Builder builder)
public String getSequenceId()
public boolean equals(Object o)
equals in class WebLinkBasepublic int hashCode()
hashCode in class WebLinkBasepublic String toString()
toString in class WebLinkBase