Uses of Class
odata.msgraph.client.beta.entity.ContactFolder
-
Packages that use ContactFolder Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of ContactFolder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ContactFolder Modifier and Type Method Description ContactFolderContactFolder.Builder. build()ContactFolderContactFolder. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ContactFolderContactFolder. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ContactFolderContactFolder. withDisplayName(String displayName)ContactFolderContactFolder. withParentFolderId(String parentFolderId)ContactFolderContactFolder. withUnmappedField(String name, String value)ContactFolderContactFolder. withWellKnownName(String wellKnownName) -
Uses of ContactFolder in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type ContactFolder Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ContactFolder>ContactFolderCollectionRequest. delta()
-