Class ListPinnedRequest


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

      • ListPinnedRequest

        public ListPinnedRequest()
    • Method Detail

      • getListId

        @Nonnull
        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 ListPinnedRequest
      • fromJson

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

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