Package com.dropbox.core.v2.teamlog
Class FileRequestDeadline.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.FileRequestDeadline.Builder
- Enclosing class:
FileRequestDeadline
Builder for
FileRequestDeadline.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofFileRequestDeadlineconfigured with this builder's valueswithAllowLateUploads(String allowLateUploads) Set value for optional field.withDeadline(Date deadline) Set value for optional field.
-
Field Details
-
deadline
-
allowLateUploads
-
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withDeadline
Set value for optional field.- Parameters:
deadline- The deadline for this file request. Might be missing due to historical data gap.- Returns:
- this builder
-
withAllowLateUploads
Set value for optional field.- Parameters:
allowLateUploads- If set, allow uploads after the deadline has passed.- Returns:
- this builder
-
build
Builds an instance ofFileRequestDeadlineconfigured with this builder's values- Returns:
- new instance of
FileRequestDeadline
-