Uses of Class
odata.msgraph.client.beta.complex.ItemActionSet
-
Packages that use ItemActionSet Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ItemActionSet in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ItemActionSet Modifier and Type Method Description ItemActionSetItemActionSet.Builder. build()ItemActionSetItemActionSet. withComment(CommentAction comment)ItemActionSetItemActionSet. withCreate(CreateAction create)ItemActionSetItemActionSet. withDelete(DeleteAction delete)ItemActionSetItemActionSet. withEdit(EditAction edit)ItemActionSetItemActionSet. withMention(MentionAction mention)ItemActionSetItemActionSet. withMove(MoveAction move)ItemActionSetItemActionSet. withRename(RenameAction rename)ItemActionSetItemActionSet. withRestore(RestoreAction restore)ItemActionSetItemActionSet. withShare(ShareAction share)ItemActionSetItemActionSet. withUnmappedField(String name, String value)ItemActionSetItemActionSet. withVersion(VersionAction version) -
Uses of ItemActionSet in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ItemActionSet Modifier and Type Field Description protected ItemActionSetItemActivityOLD. actionMethods in odata.msgraph.client.beta.entity that return types with arguments of type ItemActionSet Modifier and Type Method Description Optional<ItemActionSet>ItemActivityOLD. getAction()Methods in odata.msgraph.client.beta.entity with parameters of type ItemActionSet Modifier and Type Method Description ItemActivityOLD.BuilderItemActivityOLD.Builder. action(ItemActionSet action)ItemActivityOLDItemActivityOLD. withAction(ItemActionSet action)
-