Class SyncMapItem

    • Method Detail

      • fromJson

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

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

        public final String getKey()
      • getAccountSid

        public final String getAccountSid()
      • getServiceSid

        public final String getServiceSid()
      • getMapSid

        public final String getMapSid()
      • getUrl

        public final URI getUrl()
      • getRevision

        public final String getRevision()
      • getCreatedBy

        public final String getCreatedBy()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object