Class PluginVersions

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getPluginSid

        public final String getPluginSid()
      • getAccountSid

        public final String getAccountSid()
      • getVersion

        public final String getVersion()
      • getPluginUrl

        public final URI getPluginUrl()
      • getChangelog

        public final String getChangelog()
      • get_private

        public final Boolean get_private()
      • getArchived

        public final Boolean getArchived()
      • getValidated

        public final Boolean getValidated()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object