Package odata.msgraph.client.complex
Class SecureScoreControlStateUpdate.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.SecureScoreControlStateUpdate.Builder
-
- Enclosing class:
- SecureScoreControlStateUpdate
public static final class SecureScoreControlStateUpdate.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecureScoreControlStateUpdate.BuilderassignedTo(String assignedTo)SecureScoreControlStateUpdatebuild()SecureScoreControlStateUpdate.Buildercomment(String comment)SecureScoreControlStateUpdate.Builderstate(String state)SecureScoreControlStateUpdate.BuilderupdatedBy(String updatedBy)SecureScoreControlStateUpdate.BuilderupdatedDateTime(OffsetDateTime updatedDateTime)
-
-
-
Method Detail
-
assignedTo
public SecureScoreControlStateUpdate.Builder assignedTo(String assignedTo)
-
comment
public SecureScoreControlStateUpdate.Builder comment(String comment)
-
state
public SecureScoreControlStateUpdate.Builder state(String state)
-
updatedBy
public SecureScoreControlStateUpdate.Builder updatedBy(String updatedBy)
-
updatedDateTime
public SecureScoreControlStateUpdate.Builder updatedDateTime(OffsetDateTime updatedDateTime)
-
build
public SecureScoreControlStateUpdate build()
-
-