public class GetSharedLinksResult extends Object
Modifier and Type | Field and Description |
---|---|
protected List<LinkMetadata> |
links |
Constructor and Description |
---|
GetSharedLinksResult(List<LinkMetadata> links) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<LinkMetadata> |
getLinks()
Shared links applicable to the path argument.
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final List<LinkMetadata> links
public GetSharedLinksResult(List<LinkMetadata> links)
links
- Shared links applicable to the path argument. Must not
contain a null
item and not be null
.IllegalArgumentException
- If any argument does not meet its
preconditions.public List<LinkMetadata> getLinks()
null
.public String toStringMultiline()
The returned String may contain newlines.