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 StringJSON_PROPERTY_COPY_FROMstatic StringJSON_PROPERTY_EXTstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description ApiContentsPathPostRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiContentsPathPostRequestcopyFrom(String copyFrom)booleanequals(Object o)Return true if this _api_contents__path__post_request object is equal to o.ApiContentsPathPostRequestext(String ext)StringgetCopyFrom()Get copyFromStringgetExt()Get extStringgetType()Get typeinthashCode()voidsetCopyFrom(String copyFrom)voidsetExt(String ext)voidsetType(String type)StringtoString()StringtoUrlQueryString()Convert the instance into URL query string.StringtoUrlQueryString(String prefix)Convert the instance into URL query string.ApiContentsPathPostRequesttype(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
-
-