Class FlexFlow

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getSid

        public final String getSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getChatServiceSid

        public final String getChatServiceSid()
      • getContactIdentity

        public final String getContactIdentity()
      • getEnabled

        public final Boolean getEnabled()
      • getLongLived

        public final Boolean getLongLived()
      • getJanitorEnabled

        public final Boolean getJanitorEnabled()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object