Class ListFollowRequest


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ListFollowRequest
    extends Object
    ListFollowRequest
    • Constructor Detail

      • ListFollowRequest

        public ListFollowRequest()
    • Method Detail

      • getListId

        @Nullable
        public String getListId()
        The unique identifier of this List.
        Returns:
        listId
      • setListId

        public void setListId​(String listId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to ListFollowRequest
      • fromJson

        public static ListFollowRequest fromJson​(String jsonString)
                                          throws IOException
        Create an instance of ListFollowRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ListFollowRequest
        Throws:
        IOException - if the JSON string is invalid with respect to ListFollowRequest
      • toJson

        public String toJson()
        Convert an instance of ListFollowRequest to an JSON string
        Returns:
        JSON string