public class ClientInlineEntitySet extends ClientLink
ClientLink.Builder
Constructor and Description |
---|
ClientInlineEntitySet(URI uri,
ClientLinkType type,
String title,
ClientEntitySet entitySet)
Constructor.
|
ClientInlineEntitySet(URI baseURI,
String href,
ClientLinkType type,
String title,
ClientEntitySet entitySet)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ClientEntitySet |
getEntitySet()
Gets wrapped entity set.
|
int |
hashCode() |
String |
toString() |
asInlineEntity, asInlineEntitySet, getAnnotations, getMediaETag, getRel, getType
getLink, getName, setLink
public ClientInlineEntitySet(URI uri, ClientLinkType type, String title, ClientEntitySet entitySet)
uri
- edit link.type
- type.title
- title.entitySet
- entity set.public ClientInlineEntitySet(URI baseURI, String href, ClientLinkType type, String title, ClientEntitySet entitySet)
baseURI
- base URI.href
- href.type
- type.title
- title.entitySet
- entity set.public ClientEntitySet getEntitySet()
public int hashCode()
hashCode
in class ClientItem
public boolean equals(Object obj)
equals
in class ClientItem
public String toString()
toString
in class ClientItem
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.