Package org.bedework.calfacade.responses
Class ContactsResponse
java.lang.Object
org.bedework.util.misc.response.Response
org.bedework.calfacade.responses.EventPropertiesResponse
org.bedework.calfacade.responses.ContactsResponse
- All Implemented Interfaces:
Serializable
Container for fetching contacts.
- Author:
- Mike Douglass douglm
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bedework.util.misc.response.Response
org.bedework.util.misc.response.Response.Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContacts(Collection<BwContact> val) voidtoStringSegment(org.bedework.util.misc.ToString ts) Methods inherited from class org.bedework.calfacade.responses.EventPropertiesResponse
getPreferred, setPreferredMethods inherited from class org.bedework.util.misc.response.Response
error, error, fromResponse, getErrorTag, getException, getId, getMessage, getStatus, getWarnings, hasWarning, invalid, isError, isNotFound, isOk, notFound, notFound, notOk, notOk, notOk, ok, ok, ok, setErrorTag, setException, setId, setMessage, setStatus, toString, warning
-
Constructor Details
-
ContactsResponse
public ContactsResponse()
-
-
Method Details
-
setContacts
- Parameters:
val- collection of contacts
-
getContacts
- Returns:
- collection of contacts
-
toStringSegment
public void toStringSegment(org.bedework.util.misc.ToString ts) - Overrides:
toStringSegmentin classEventPropertiesResponse
-