Package com.onslip360
Class API.Partial_File
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_File>
-
- com.onslip360.API.Partial_File
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_File>>
- Enclosing class:
- API
public static class API.Partial_File extends Onslip360Object<API.Partial_File>
-
-
Constructor Summary
Constructors Constructor Description Partial_File()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<byte[]>
blob()
API.Partial_File
blob(byte[] blob)
Optional<String>
contentType()
API.Partial_File
contentType(String contentType)
Optional<Long>
length()
API.Partial_File
length(Long length)
Optional<String>
name()
API.Partial_File
name(String name)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
blob
@Nonnull public Optional<byte[]> blob()
-
blob
@Nonnull public API.Partial_File blob(@Nullable byte[] blob)
-
contentType
@Nonnull public API.Partial_File contentType(@Nullable String contentType)
-
length
@Nonnull public API.Partial_File length(@Nullable Long length)
-
name
@Nonnull public API.Partial_File name(@Nullable String name)
-
-