Package odata.msgraph.client.beta.entity
Class Note.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Note.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Note.Builderbody(ItemBody body)Notebuild()Note.Buildercategories(String... categories)Note.Buildercategories(List<String> categories)Note.BuildercategoriesNextLink(String categoriesNextLink)Note.BuilderchangeKey(String changeKey)Note.BuildercreatedDateTime(OffsetDateTime createdDateTime)Note.BuilderhasAttachments(Boolean hasAttachments)Note.Builderid(String id)Note.BuilderisDeleted(Boolean isDeleted)Note.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Note.Buildersubject(String subject)
-
-
-
Method Detail
-
id
public Note.Builder id(String id)
-
categories
public Note.Builder categories(List<String> categories)
-
categories
public Note.Builder categories(String... categories)
-
categoriesNextLink
public Note.Builder categoriesNextLink(String categoriesNextLink)
-
changeKey
public Note.Builder changeKey(String changeKey)
-
createdDateTime
public Note.Builder createdDateTime(OffsetDateTime createdDateTime)
-
lastModifiedDateTime
public Note.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
body
public Note.Builder body(ItemBody body)
-
hasAttachments
public Note.Builder hasAttachments(Boolean hasAttachments)
-
isDeleted
public Note.Builder isDeleted(Boolean isDeleted)
-
subject
public Note.Builder subject(String subject)
-
build
public Note build()
-
-