Class BookmarkMutationResponseData


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

      • BookmarkMutationResponseData

        public BookmarkMutationResponseData()
    • Method Detail

      • getBookmarked

        @Nullable
        public Boolean getBookmarked()
        Get bookmarked
        Returns:
        bookmarked
      • setBookmarked

        public void setBookmarked​(Boolean bookmarked)
      • 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 BookmarkMutationResponseData
      • fromJson

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

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