Package io.lakefs.clients.api.model
Class InlineObject
- java.lang.Object
-
- io.lakefs.clients.api.model.InlineObject
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class InlineObject extends ObjectInlineObject
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTENT
-
Constructor Summary
Constructors Constructor Description InlineObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineObjectcontent(File content)booleanequals(Object o)FilegetContent()Only a single file per upload which must be named \"content\".inthashCode()voidsetContent(File content)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CONTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
content
public InlineObject content(File content)
-
getContent
@Nullable public File getContent()
Only a single file per upload which must be named \"content\".- Returns:
- content
-
setContent
public void setContent(File content)
-
-