Uses of Class
odata.msgraph.client.complex.ActionResultPart
-
Packages that use ActionResultPart Package Description odata.msgraph.client.complex odata.msgraph.client.entity.collection.request -
-
Uses of ActionResultPart in odata.msgraph.client.complex
Subclasses of ActionResultPart in odata.msgraph.client.complex Modifier and Type Class Description classAadUserConversationMemberResultMethods in odata.msgraph.client.complex that return ActionResultPart Modifier and Type Method Description ActionResultPartActionResultPart. withError(PublicError error)ActionResultPartActionResultPart. withUnmappedField(String name, String value) -
Uses of ActionResultPart in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type ActionResultPart Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ActionResultPart>ConversationMemberCollectionRequest. add(List<ConversationMember> values)
-