Uses of Class
odata.msgraph.client.beta.entity.WorkPosition
-
Packages that use WorkPosition Package Description odata.msgraph.client.beta.entity -
-
Uses of WorkPosition in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkPosition Modifier and Type Method Description WorkPositionWorkPosition.Builder. build()WorkPositionWorkPosition. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkPositionWorkPosition. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkPositionWorkPosition. withCategories(List<String> categories)WorkPositionWorkPosition. withColleagues(List<RelatedPerson> colleagues)WorkPositionWorkPosition. withDetail(PositionDetail detail)WorkPositionWorkPosition. withIsCurrent(Boolean isCurrent)WorkPositionWorkPosition. withManager(RelatedPerson manager)WorkPositionWorkPosition. withUnmappedField(String name, String value)
-