Uses of Class
odata.msgraph.client.beta.entity.InviteParticipantsOperation
-
Packages that use InviteParticipantsOperation Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of InviteParticipantsOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return InviteParticipantsOperation Modifier and Type Method Description InviteParticipantsOperationInviteParticipantsOperation.Builder. build()InviteParticipantsOperationInviteParticipantsOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.InviteParticipantsOperationInviteParticipantsOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).InviteParticipantsOperationInviteParticipantsOperation. withParticipants(List<InvitationParticipantInfo> participants)InviteParticipantsOperationInviteParticipantsOperation. withUnmappedField(String name, String value) -
Uses of InviteParticipantsOperation in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type InviteParticipantsOperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<InviteParticipantsOperation>ParticipantCollectionRequest. invite(List<InvitationParticipantInfo> participants, String clientContext)
-