public class RelationshipListResponse extends OMRSAPIPagedResponse
nextPageURL, offset, pageSizeexceptionClassName, exceptionErrorMessage, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode| Constructor and Description |
|---|
RelationshipListResponse()
Default constructor
|
RelationshipListResponse(RelationshipListResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<Relationship> |
getRelationships()
Return the list of relationships for this response.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setRelationships(List<Relationship> relationships)
Set up the list of relationships for this response.
|
String |
toString()
Standard toString method.
|
getNextPageURL, getOffset, getPageSize, setNextPageURL, setOffset, setPageSizegetExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic RelationshipListResponse()
public RelationshipListResponse(RelationshipListResponse template)
template - object to copypublic List<Relationship> getRelationships()
public void setRelationships(List<Relationship> relationships)
relationships - list of relationship objectspublic String toString()
toString in class OMRSAPIPagedResponsepublic boolean equals(Object objectToCompare)
equals in class OMRSAPIPagedResponseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIPagedResponseCopyright © 2018–2020 ODPi. All rights reserved.