Uses of Class
odata.msgraph.client.beta.entity.TimeOffReason
-
Packages that use TimeOffReason Package Description odata.msgraph.client.beta.entity -
-
Uses of TimeOffReason in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TimeOffReason Modifier and Type Method Description TimeOffReasonTimeOffReason.Builder. build()TimeOffReasonTimeOffReason. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TimeOffReasonTimeOffReason. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TimeOffReasonTimeOffReason. withDisplayName(String displayName)TimeOffReasonTimeOffReason. withIconType(TimeOffReasonIconType iconType)TimeOffReasonTimeOffReason. withIsActive(Boolean isActive)TimeOffReasonTimeOffReason. withUnmappedField(String name, String value)
-