Class EventPropertiesResponse

java.lang.Object
org.bedework.util.misc.response.Response
org.bedework.calfacade.responses.EventPropertiesResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContactsResponse, LocationsResponse

public class EventPropertiesResponse extends org.bedework.util.misc.response.Response
Container for fetching event properties.
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
    toStringSegment(org.bedework.util.misc.ToString ts)
     

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EventPropertiesResponse

      public EventPropertiesResponse()
  • Method Details

    • setPreferred

      public void setPreferred(List<String> val)
      Parameters:
      val - list of hrefs
    • getPreferred

      public List<String> getPreferred()
      Returns:
      list of hrefs
    • toStringSegment

      public void toStringSegment(org.bedework.util.misc.ToString ts)
      Overrides:
      toStringSegment in class org.bedework.util.misc.response.Response