% Generated by roxygen2: do not edit by hand % Please edit documentation in R/basque_pig.R \docType{class} \name{BasquePig} \alias{BasquePig} \title{BasquePig} \format{ An \code{R6Class} generator object } \description{ BasquePig Class } \details{ OpenAPI Petstore This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech } \section{Public fields}{ \if{html}{\out{
}} \describe{ \item{\code{className}}{character} \item{\code{color}}{character} } \if{html}{\out{
}} } \section{Methods}{ \subsection{Public methods}{ \itemize{ \item \href{#method-BasquePig-new}{\code{BasquePig$new()}} \item \href{#method-BasquePig-toJSON}{\code{BasquePig$toJSON()}} \item \href{#method-BasquePig-fromJSON}{\code{BasquePig$fromJSON()}} \item \href{#method-BasquePig-toJSONString}{\code{BasquePig$toJSONString()}} \item \href{#method-BasquePig-fromJSONString}{\code{BasquePig$fromJSONString()}} \item \href{#method-BasquePig-validateJSON}{\code{BasquePig$validateJSON()}} \item \href{#method-BasquePig-toString}{\code{BasquePig$toString()}} \item \href{#method-BasquePig-clone}{\code{BasquePig$clone()}} } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-BasquePig-new}{}}} \subsection{Method \code{new()}}{ Initialize a new BasquePig class. \subsection{Usage}{ \if{html}{\out{
}}\preformatted{BasquePig$new(className, color, ...)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{className}}{className} \item{\code{color}}{color} \item{\code{...}}{Other optional arguments.} } \if{html}{\out{
}} } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-BasquePig-toJSON}{}}} \subsection{Method \code{toJSON()}}{ To JSON String \subsection{Usage}{ \if{html}{\out{
}}\preformatted{BasquePig$toJSON()}\if{html}{\out{
}} } \subsection{Returns}{ BasquePig in JSON format } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-BasquePig-fromJSON}{}}} \subsection{Method \code{fromJSON()}}{ Deserialize JSON string into an instance of BasquePig \subsection{Usage}{ \if{html}{\out{
}}\preformatted{BasquePig$fromJSON(input_json)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{input_json}}{the JSON input} } \if{html}{\out{
}} } \subsection{Returns}{ the instance of BasquePig } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-BasquePig-toJSONString}{}}} \subsection{Method \code{toJSONString()}}{ To JSON String \subsection{Usage}{ \if{html}{\out{
}}\preformatted{BasquePig$toJSONString()}\if{html}{\out{
}} } \subsection{Returns}{ BasquePig in JSON format } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-BasquePig-fromJSONString}{}}} \subsection{Method \code{fromJSONString()}}{ Deserialize JSON string into an instance of BasquePig \subsection{Usage}{ \if{html}{\out{
}}\preformatted{BasquePig$fromJSONString(input_json)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{input_json}}{the JSON input} } \if{html}{\out{
}} } \subsection{Returns}{ the instance of BasquePig } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-BasquePig-validateJSON}{}}} \subsection{Method \code{validateJSON()}}{ Validate JSON input with respect to BasquePig and throw an exception if invalid \subsection{Usage}{ \if{html}{\out{
}}\preformatted{BasquePig$validateJSON(input)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{input}}{the JSON input} } \if{html}{\out{
}} } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-BasquePig-toString}{}}} \subsection{Method \code{toString()}}{ To string (JSON format) \subsection{Usage}{ \if{html}{\out{
}}\preformatted{BasquePig$toString()}\if{html}{\out{
}} } \subsection{Returns}{ String representation of BasquePig } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-BasquePig-clone}{}}} \subsection{Method \code{clone()}}{ The objects of this class are cloneable with this method. \subsection{Usage}{ \if{html}{\out{
}}\preformatted{BasquePig$clone(deep = FALSE)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{deep}}{Whether to make a deep clone.} } \if{html}{\out{
}} } } }