public class ResourcePath extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_entityName |
protected String |
m_path |
protected Type |
m_responseType |
| Constructor and Description |
|---|
ResourcePath(String path_,
String entityName_,
Type responseType_) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName()
Gets the XmlRootElement of the Entity.
|
String |
getPath()
Gets base API route for this entity.
|
Type |
getResponseType()
The expected return type.
|
protected String m_path
protected String m_entityName
protected Type m_responseType
public String getPath()
public String getEntityName()
public Type getResponseType()
Copyright © 2015 BillForward. All rights reserved.