Uses of Class
odata.msgraph.client.beta.entity.DirectoryDefinition
-
Packages that use DirectoryDefinition Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DirectoryDefinition in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DirectoryDefinition Modifier and Type Method Description DirectoryDefinitionDirectoryDefinition.Builder. build()DirectoryDefinitionDirectoryDefinition. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DirectoryDefinitionDirectoryDefinition. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DirectoryDefinitionDirectoryDefinition. withDiscoverabilities(DirectoryDefinitionDiscoverabilities discoverabilities)DirectoryDefinitionDirectoryDefinition. withDiscoveryDateTime(OffsetDateTime discoveryDateTime)DirectoryDefinitionDirectoryDefinition. withName(String name)DirectoryDefinitionDirectoryDefinition. withObjects(List<ObjectDefinition> objects)DirectoryDefinitionDirectoryDefinition. withReadOnly(Boolean readOnly)DirectoryDefinitionDirectoryDefinition. withUnmappedField(String name, String value)DirectoryDefinitionDirectoryDefinition. withVersion(String version)Methods in odata.msgraph.client.beta.entity that return types with arguments of type DirectoryDefinition Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryDefinition>DirectoryDefinition. discover() -
Uses of DirectoryDefinition in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type DirectoryDefinition Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryDefinition>DirectoryDefinitionRequest. discover()
-