|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.HyperSchema
public class HyperSchema
| Constructor Summary | |
|---|---|
HyperSchema()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getContentEncoding()
Getter for contentEncoding |
String |
getFragmentResolution()
Getter for fragmentResolution |
List<Links> |
getLinks()
Getter for links |
String |
getMediaType()
Getter for mediaType |
String |
getPathStart()
Getter for pathStart |
Boolean |
getReadonly()
Getter for readonly |
HyperSchema |
setContentEncoding(String contentEncoding)
Setter for contentEncoding |
HyperSchema |
setFragmentResolution(String fragmentResolution)
Setter for fragmentResolution |
HyperSchema |
setLinks(List<Links> links)
Setter for links |
HyperSchema |
setMediaType(String mediaType)
Setter for mediaType |
HyperSchema |
setPathStart(String pathStart)
Setter for pathStart |
HyperSchema |
setReadonly(Boolean readonly)
Setter for readonly |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HyperSchema()
| Method Detail |
|---|
public HyperSchema setLinks(List<Links> links)
public List<Links> getLinks()
public HyperSchema setFragmentResolution(String fragmentResolution)
public String getFragmentResolution()
public HyperSchema setReadonly(Boolean readonly)
public Boolean getReadonly()
public HyperSchema setContentEncoding(String contentEncoding)
public String getContentEncoding()
public HyperSchema setPathStart(String pathStart)
public String getPathStart()
public HyperSchema setMediaType(String mediaType)
public String getMediaType()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||