public class AttachmentCreateUploadSessionParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder
Fluent builder for the AttachmentCreateUploadSessionParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
AttachmentItem |
attachmentItem
The attachment Item.
|
| Modifier | Constructor and Description |
|---|---|
|
AttachmentCreateUploadSessionParameterSet()
Instiaciates a new AttachmentCreateUploadSessionParameterSet
|
protected |
AttachmentCreateUploadSessionParameterSet(AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder builder)
Instiaciates a new AttachmentCreateUploadSessionParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="attachmentItem",
alternate="AttachmentItem")
@Expose
@Nullable
public AttachmentItem attachmentItem
public AttachmentCreateUploadSessionParameterSet()
protected AttachmentCreateUploadSessionParameterSet(@Nonnull
AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static AttachmentCreateUploadSessionParameterSet.AttachmentCreateUploadSessionParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()