Uses of Class
odata.msgraph.client.beta.entity.MailFolder
-
Packages that use MailFolder Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of MailFolder in odata.msgraph.client.beta.entity
Subclasses of MailFolder in odata.msgraph.client.beta.entity Modifier and Type Class Description classMailSearchFolderMethods in odata.msgraph.client.beta.entity that return MailFolder Modifier and Type Method Description MailFolderMailFolder.Builder. build()MailFolderMailFolder. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MailFolderMailFolder. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MailFolderMailFolder. withChildFolderCount(Integer childFolderCount)MailFolderMailFolder. withDisplayName(String displayName)MailFolderMailFolder. withIsHidden(Boolean isHidden)MailFolderMailFolder. withParentFolderId(String parentFolderId)MailFolderMailFolder. withTotalItemCount(Integer totalItemCount)MailFolderMailFolder. withUnmappedField(String name, String value)MailFolderMailFolder. withUnreadItemCount(Integer unreadItemCount)MailFolderMailFolder. withWellKnownName(String wellKnownName)Methods in odata.msgraph.client.beta.entity that return types with arguments of type MailFolder Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MailFolder>MailFolder. copy(String destinationId)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MailFolder>MailFolder. move(String destinationId) -
Uses of MailFolder in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type MailFolder Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MailFolder>MailFolderCollectionRequest. delta() -
Uses of MailFolder in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type MailFolder Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MailFolder>MailFolderRequest. copy(String destinationId)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MailFolder>MailFolderRequest. move(String destinationId)
-