Package com.microsoft.graph.models
Class AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder
- Enclosing class:
- AttachmentCreateUploadSessionParameterSet
public static final class AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder
extends Object
Fluent builder for the AttachmentCreateUploadSessionParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new AttachmentCreateUploadSessionParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the AttachmentItem
-
Field Details
-
attachmentItem
The attachmentItem parameter value
-
-
Constructor Details
-
AttachmentCreateUploadSessionParameterSetBuilder
@Nullable protected AttachmentCreateUploadSessionParameterSetBuilder()Instanciates a new AttachmentCreateUploadSessionParameterSetBuilder
-
-
Method Details
-
withAttachmentItem
@Nonnull public AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder withAttachmentItem(@Nullable AttachmentItem val) Sets the AttachmentItem- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-