Class SyncMapPermission

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getServiceSid

        public final String getServiceSid()
      • getMapSid

        public final String getMapSid()
      • getIdentity

        public final String getIdentity()
      • getRead

        public final Boolean getRead()
      • getWrite

        public final Boolean getWrite()
      • getManage

        public final Boolean getManage()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object