Class SyncListItem

    • Method Detail

      • fromJson

        public static SyncListItem fromJson​(String json,
                                            com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a SyncListItem object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        SyncListItem object represented by the provided JSON
      • fromJson

        public static SyncListItem fromJson​(InputStream json,
                                            com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a SyncListItem object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        SyncListItem object represented by the provided JSON
      • getIndex

        public final Integer getIndex()
      • getAccountSid

        public final String getAccountSid()
      • getServiceSid

        public final String getServiceSid()
      • getListSid

        public final String getListSid()
      • getUrl

        public final URI getUrl()
      • getRevision

        public final String getRevision()
      • getCreatedBy

        public final String getCreatedBy()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object