Package com.microsoft.graph.models
Class AttachmentBaseCreateUploadSessionParameterSet.AttachmentBaseCreateUploadSessionParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.AttachmentBaseCreateUploadSessionParameterSet.AttachmentBaseCreateUploadSessionParameterSetBuilder
- Enclosing class:
AttachmentBaseCreateUploadSessionParameterSet
public static final class AttachmentBaseCreateUploadSessionParameterSet.AttachmentBaseCreateUploadSessionParameterSetBuilder
extends Object
Fluent builder for the AttachmentBaseCreateUploadSessionParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new AttachmentBaseCreateUploadSessionParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the AttachmentInfo
-
Field Details
-
attachmentInfo
The attachmentInfo parameter value
-
-
Constructor Details
-
AttachmentBaseCreateUploadSessionParameterSetBuilder
@Nullable protected AttachmentBaseCreateUploadSessionParameterSetBuilder()Instanciates a new AttachmentBaseCreateUploadSessionParameterSetBuilder
-
-
Method Details
-
withAttachmentInfo
@Nonnull public AttachmentBaseCreateUploadSessionParameterSet.AttachmentBaseCreateUploadSessionParameterSetBuilder withAttachmentInfo(@Nullable AttachmentInfo val) Sets the AttachmentInfo- 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
-