Class AssistantsTool

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getDescription

        public final String getDescription()
      • getEnabled

        public final Boolean getEnabled()
      • getId

        public final String getId()
      • getName

        public final String getName()
      • getRequiresAuth

        public final Boolean getRequiresAuth()
      • getType

        public final String getType()
      • getUrl

        public final String getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object