public abstract class ClientItem extends Object
| Constructor and Description | 
|---|
| ClientItem(String name)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| URI | getLink() | 
| String | getName() | 
| int | hashCode() | 
| void | setLink(URI link)Sets ODataItem link (it's edit link for  ClientEntity). | 
| String | toString() | 
public ClientItem(String name)
name - ODataItem name (it's entity type for ClientEntity).public String getName()
ClientEntity).public URI getLink()
ClientEntity).public void setLink(URI link)
ClientEntity).link - link.Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.