Class Group.GroupAnnouncementFileGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
Group

public static class Group.GroupAnnouncementFileGetResponse extends Response
Response to GroupAnnouncementFileGetRequest22. The response contains the file size, uploaded timestamp, description and usage for an announcement file in the user announcement repository. The usage table has columns "Service Name", and "Instance Name". The Service Name values correspond to string values of the GroupService and UserService data types. With the exception of the string "Voice Portal" which is returned when the announcement is being used by Voice Portal Personalized Name. The following data elements are only used in AS data mode: announcementFileExternalId
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • GroupAnnouncementFileGetResponse

      public GroupAnnouncementFileGetResponse()
  • Method Details

    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setFilesize

      public void setFilesize(Integer filesize)
    • getFilesize

      public Integer getFilesize()
    • setLastUploaded

      public void setLastUploaded(OffsetDateTime lastUploaded)
    • getLastUploaded

      public OffsetDateTime getLastUploaded()
    • setServiceProviderId

      public void setServiceProviderId(String serviceProviderId)
    • getServiceProviderId

      public String getServiceProviderId()
    • setGroupId

      public void setGroupId(String groupId)
    • getGroupId

      public String getGroupId()
    • setAnnouncementFileKey

      public void setAnnouncementFileKey(AnnouncementFileKey announcementFileKey)
    • getAnnouncementFileKey

      public AnnouncementFileKey getAnnouncementFileKey()
    • setAnnouncementFileExternalId

      public void setAnnouncementFileExternalId(String announcementFileExternalId)
    • getAnnouncementFileExternalId

      public String getAnnouncementFileExternalId()
    • setUsageTable

      public void setUsageTable(List<GroupAnnouncementFileUsageTableRow> usageTable)
    • getUsageTable

      public List<GroupAnnouncementFileUsageTableRow> getUsageTable()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object