Package ganymede.jupyter.notebook.model
Class ApiContentsPathPostRequest
- java.lang.Object
-
- ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class ApiContentsPathPostRequest extends Object
ApiContentsPathPostRequest
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_COPY_FROM
static String
JSON_PROPERTY_EXT
static String
JSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description ApiContentsPathPostRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiContentsPathPostRequest
copyFrom(String copyFrom)
boolean
equals(Object o)
Return true if this _api_contents__path__post_request object is equal to o.ApiContentsPathPostRequest
ext(String ext)
String
getCopyFrom()
Get copyFromString
getExt()
Get extString
getType()
Get typeint
hashCode()
void
setCopyFrom(String copyFrom)
void
setExt(String ext)
void
setType(String type)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.ApiContentsPathPostRequest
type(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_COPY_FROM
public static final String JSON_PROPERTY_COPY_FROM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXT
public static final String JSON_PROPERTY_EXT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApiContentsPathPostRequest
public ApiContentsPathPostRequest()
-
-
Method Detail
-
copyFrom
public ApiContentsPathPostRequest copyFrom(String copyFrom)
-
getCopyFrom
@Nullable public String getCopyFrom()
Get copyFrom- Returns:
- copyFrom
-
setCopyFrom
public void setCopyFrom(String copyFrom)
-
ext
public ApiContentsPathPostRequest ext(String ext)
-
type
public ApiContentsPathPostRequest type(String type)
-
equals
public boolean equals(Object o)
Return true if this _api_contents__path__post_request object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public String toUrlQueryString(String prefix)
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-
-