Class AssignedAddOn

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getResourceSid

        public final String getResourceSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getDescription

        public final String getDescription()
      • getUniqueName

        public final String getUniqueName()
      • getUri

        public final String getUri()
      • getSubresourceUris

        public final Map<String,​String> getSubresourceUris()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object