Package odata.msgraph.client.complex
Class AttachmentInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.AttachmentInfo.Builder
-
- Enclosing class:
- AttachmentInfo
public static final class AttachmentInfo.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentInfo.BuilderattachmentType(AttachmentType attachmentType)AttachmentInfobuild()AttachmentInfo.BuildercontentType(String contentType)AttachmentInfo.Buildername(String name)AttachmentInfo.Buildersize(Long size)
-
-
-
Method Detail
-
attachmentType
public AttachmentInfo.Builder attachmentType(AttachmentType attachmentType)
-
contentType
public AttachmentInfo.Builder contentType(String contentType)
-
name
public AttachmentInfo.Builder name(String name)
-
size
public AttachmentInfo.Builder size(Long size)
-
build
public AttachmentInfo build()
-
-