Class PatchMediaBody.Builder
java.lang.Object
com.ants.platform.client.resources.media.types.PatchMediaBody.Builder
- All Implemented Interfaces:
PatchMediaBody._FinalStage,PatchMediaBody.UploadedAtStage,PatchMediaBody.UploadHttpStatusStage
- Enclosing class:
PatchMediaBody
public static final class PatchMediaBody.Builder
extends Object
implements PatchMediaBody.UploadedAtStage, PatchMediaBody.UploadHttpStatusStage, PatchMediaBody._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(PatchMediaBody other) uploadedAt(OffsetDateTime uploadedAt) The date and time when the media record was uploadeduploadHttpError(String uploadHttpError) The HTTP error message of the uploaduploadHttpError(Optional<String> uploadHttpError) uploadHttpStatus(int uploadHttpStatus) The HTTP status code of the uploaduploadTimeMs(Integer uploadTimeMs) The time in milliseconds it took to upload the media recorduploadTimeMs(Optional<Integer> uploadTimeMs)
-
Method Details
-
from
- Specified by:
fromin interfacePatchMediaBody.UploadedAtStage
-
uploadedAt
The date and time when the media record was uploaded
- Specified by:
uploadedAtin interfacePatchMediaBody.UploadedAtStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
uploadHttpStatus
The HTTP status code of the upload
- Specified by:
uploadHttpStatusin interfacePatchMediaBody.UploadHttpStatusStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
uploadTimeMs
The time in milliseconds it took to upload the media record
- Specified by:
uploadTimeMsin interfacePatchMediaBody._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
uploadTimeMs
- Specified by:
uploadTimeMsin interfacePatchMediaBody._FinalStage
-
uploadHttpError
The HTTP error message of the upload
- Specified by:
uploadHttpErrorin interfacePatchMediaBody._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
uploadHttpError
- Specified by:
uploadHttpErrorin interfacePatchMediaBody._FinalStage
-
build
- Specified by:
buildin interfacePatchMediaBody._FinalStage
-