Class M365AlertComment.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.M365AlertComment.Builder
-
- Enclosing class:
- M365AlertComment
public static final class M365AlertComment.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description M365AlertCommentbuild()M365AlertComment.Buildercomment(String comment)M365AlertComment.BuildercreatedByDisplayName(String createdByDisplayName)M365AlertComment.BuildercreatedDateTime(OffsetDateTime createdDateTime)
-
-
-
Method Detail
-
comment
public M365AlertComment.Builder comment(String comment)
-
createdByDisplayName
public M365AlertComment.Builder createdByDisplayName(String createdByDisplayName)
-
createdDateTime
public M365AlertComment.Builder createdDateTime(OffsetDateTime createdDateTime)
-
build
public M365AlertComment build()
-
-