Class PluginArchive

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getUniqueName

        public final String getUniqueName()
      • getFriendlyName

        public final String getFriendlyName()
      • getDescription

        public final String getDescription()
      • getArchived

        public final Boolean getArchived()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object