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, getTypegetLink, getName, setLinkpublic 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 ClientItempublic boolean equals(Object obj)
equals in class ClientItempublic String toString()
toString in class ClientItemCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.