Uses of Class
odata.msgraph.client.beta.entity.DirectoryObject
-
Packages that use DirectoryObject Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of DirectoryObject in odata.msgraph.client.beta.entity
Subclasses of DirectoryObject in odata.msgraph.client.beta.entity Modifier and Type Class Description classActivityBasedTimeoutPolicyclassAdministrativeUnitOrg.OData.Capabilities.V1.ChangeTrackingclassApplicationOrg.OData.Capabilities.V1.ChangeTrackingclassAppManagementPolicyclassAuthorizationPolicyclassClaimsMappingPolicyclassContractclassDeviceclassDirectoryObjectPartnerReferenceclassDirectoryRoleOrg.OData.Capabilities.V1.ChangeTrackingclassDirectoryRoleTemplateOrg.OData.Capabilities.V1.TopSupportedclassDirectorySettingTemplateclassEndpointclassExtensionPropertyclassGroupOrg.OData.Capabilities.V1.ChangeTrackingclassHomeRealmDiscoveryPolicyclassIdentitySecurityDefaultsEnforcementPolicyclassInboundSharedUserProfileOrg.OData.Capabilities.V1.CountRestrictionsclassOrganizationclassOrgContactOrg.OData.Capabilities.V1.ChangeTrackingclassOutboundSharedUserProfileOrg.OData.Capabilities.V1.CountRestrictionsclassPermissionGrantPolicyclassPolicyBaseclassResourceSpecificPermissionGrantOrg.OData.Capabilities.V1.CountRestrictionsclassServicePrincipalOrg.OData.Capabilities.V1.ChangeTrackingclassServicePrincipalCreationPolicyclassStsPolicyclassTenantAppManagementPolicyclassTenantReferenceclassTokenIssuancePolicyclassTokenLifetimePolicyclassUserOrg.OData.Capabilities.V1.ChangeTrackingMethods in odata.msgraph.client.beta.entity that return DirectoryObject Modifier and Type Method Description DirectoryObjectDirectoryObject.Builder. build()DirectoryObjectDirectoryObject. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DirectoryObjectDirectoryObject. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DirectoryObjectDirectoryObject. withDeletedDateTime(OffsetDateTime deletedDateTime)DirectoryObjectDirectoryObject. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type DirectoryObject Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryObject>DirectoryObject. restore() -
Uses of DirectoryObject in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type DirectoryObject Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DirectoryObject>DirectoryObjectCollectionRequest. getByIds(List<String> ids, List<String> types)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryObject>DirectoryObjectCollectionRequest. getUserOwnedObjects(String userId, String type) -
Uses of DirectoryObject in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type DirectoryObject Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryObject>DirectoryObjectRequest. restore()
-