Uses of Class
odata.msgraph.client.beta.entity.TimeOff.Builder
-
Packages that use TimeOff.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of TimeOff.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TimeOff.Builder Modifier and Type Method Description static TimeOff.BuilderTimeOff. builderTimeOff()Returns a builder which is used to create a new instance of this class (given that this class is immutable).TimeOff.BuilderTimeOff.Builder. createdBy(IdentitySet createdBy)TimeOff.BuilderTimeOff.Builder. createdDateTime(OffsetDateTime createdDateTime)TimeOff.BuilderTimeOff.Builder. draftTimeOff(TimeOffItem draftTimeOff)TimeOff.BuilderTimeOff.Builder. id(String id)TimeOff.BuilderTimeOff.Builder. isStagedForDeletion(Boolean isStagedForDeletion)TimeOff.BuilderTimeOff.Builder. lastModifiedBy(IdentitySet lastModifiedBy)TimeOff.BuilderTimeOff.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TimeOff.BuilderTimeOff.Builder. sharedTimeOff(TimeOffItem sharedTimeOff)TimeOff.BuilderTimeOff.Builder. userId(String userId)
-