Uses of Class
odata.msgraph.client.beta.complex.DeleteAction
-
Packages that use DeleteAction Package Description odata.msgraph.client.beta.complex -
-
Uses of DeleteAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeleteAction Modifier and Type Field Description protected DeleteActionItemActionSet. deleteMethods in odata.msgraph.client.beta.complex that return DeleteAction Modifier and Type Method Description DeleteActionDeleteAction.Builder. build()DeleteActionDeleteAction. withName(String name)DeleteActionDeleteAction. withObjectType(String objectType)DeleteActionDeleteAction. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DeleteAction Modifier and Type Method Description Optional<DeleteAction>ItemActionSet. getDelete()Methods in odata.msgraph.client.beta.complex with parameters of type DeleteAction Modifier and Type Method Description ItemActionSet.BuilderItemActionSet.Builder. delete(DeleteAction delete)ItemActionSetItemActionSet. withDelete(DeleteAction delete)
-