Uses of Class
odata.msgraph.client.beta.entity.ApprovalStep.Builder
-
Packages that use ApprovalStep.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of ApprovalStep.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ApprovalStep.Builder Modifier and Type Method Description ApprovalStep.BuilderApprovalStep.Builder. assignedToMe(Boolean assignedToMe)static ApprovalStep.BuilderApprovalStep. builderApprovalStep()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ApprovalStep.BuilderApprovalStep.Builder. displayName(String displayName)ApprovalStep.BuilderApprovalStep.Builder. id(String id)ApprovalStep.BuilderApprovalStep.Builder. justification(String justification)ApprovalStep.BuilderApprovalStep.Builder. reviewedBy(Identity reviewedBy)ApprovalStep.BuilderApprovalStep.Builder. reviewedDateTime(OffsetDateTime reviewedDateTime)ApprovalStep.BuilderApprovalStep.Builder. reviewResult(String reviewResult)ApprovalStep.BuilderApprovalStep.Builder. status(String status)
-