Uses of Class
odata.msgraph.client.beta.complex.MoveAction
-
Packages that use MoveAction Package Description odata.msgraph.client.beta.complex -
-
Uses of MoveAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MoveAction Modifier and Type Field Description protected MoveActionItemActionSet. moveMethods in odata.msgraph.client.beta.complex that return MoveAction Modifier and Type Method Description MoveActionMoveAction.Builder. build()MoveActionMoveAction. withFrom(String from)MoveActionMoveAction. withTo(String to)MoveActionMoveAction. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type MoveAction Modifier and Type Method Description Optional<MoveAction>ItemActionSet. getMove()Methods in odata.msgraph.client.beta.complex with parameters of type MoveAction Modifier and Type Method Description ItemActionSet.BuilderItemActionSet.Builder. move(MoveAction move)ItemActionSetItemActionSet. withMove(MoveAction move)
-