Uses of Class
odata.msgraph.client.complex.AccessReviewScope
-
Packages that use AccessReviewScope Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AccessReviewScope in odata.msgraph.client.complex
Subclasses of AccessReviewScope in odata.msgraph.client.complex Modifier and Type Class Description classAccessReviewInactiveUsersQueryScopeclassAccessReviewQueryScopeclassPrincipalResourceMembershipsScopeFields in odata.msgraph.client.complex with type parameters of type AccessReviewScope Modifier and Type Field Description protected List<AccessReviewScope>PrincipalResourceMembershipsScope. principalScopesprotected List<AccessReviewScope>PrincipalResourceMembershipsScope. resourceScopesMethods in odata.msgraph.client.complex that return AccessReviewScope Modifier and Type Method Description AccessReviewScopeAccessReviewScope.Builder. build()AccessReviewScopeAccessReviewScope. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AccessReviewScope Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>PrincipalResourceMembershipsScope. getPrincipalScopes()com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>PrincipalResourceMembershipsScope. getPrincipalScopes(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>PrincipalResourceMembershipsScope. getResourceScopes()com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>PrincipalResourceMembershipsScope. getResourceScopes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type AccessReviewScope Modifier and Type Method Description PrincipalResourceMembershipsScope.BuilderPrincipalResourceMembershipsScope.Builder. principalScopes(AccessReviewScope... principalScopes)PrincipalResourceMembershipsScope.BuilderPrincipalResourceMembershipsScope.Builder. resourceScopes(AccessReviewScope... resourceScopes)Method parameters in odata.msgraph.client.complex with type arguments of type AccessReviewScope Modifier and Type Method Description PrincipalResourceMembershipsScope.BuilderPrincipalResourceMembershipsScope.Builder. principalScopes(List<AccessReviewScope> principalScopes)PrincipalResourceMembershipsScope.BuilderPrincipalResourceMembershipsScope.Builder. resourceScopes(List<AccessReviewScope> resourceScopes) -
Uses of AccessReviewScope in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AccessReviewScope Modifier and Type Field Description protected AccessReviewScopeAccessReviewScheduleDefinition. instanceEnumerationScopeprotected AccessReviewScopeAccessReviewInstance. scopeprotected AccessReviewScopeAccessReviewScheduleDefinition. scopeFields in odata.msgraph.client.entity with type parameters of type AccessReviewScope Modifier and Type Field Description protected List<AccessReviewScope>AccessReviewHistoryDefinition. scopesMethods in odata.msgraph.client.entity that return types with arguments of type AccessReviewScope Modifier and Type Method Description Optional<AccessReviewScope>AccessReviewScheduleDefinition. getInstanceEnumerationScope()Optional<AccessReviewScope>AccessReviewInstance. getScope()Optional<AccessReviewScope>AccessReviewScheduleDefinition. getScope()com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>AccessReviewHistoryDefinition. getScopes()com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>AccessReviewHistoryDefinition. getScopes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AccessReviewScope Modifier and Type Method Description AccessReviewScheduleDefinition.BuilderAccessReviewScheduleDefinition.Builder. instanceEnumerationScope(AccessReviewScope instanceEnumerationScope)AccessReviewInstance.BuilderAccessReviewInstance.Builder. scope(AccessReviewScope scope)AccessReviewScheduleDefinition.BuilderAccessReviewScheduleDefinition.Builder. scope(AccessReviewScope scope)AccessReviewHistoryDefinition.BuilderAccessReviewHistoryDefinition.Builder. scopes(AccessReviewScope... scopes)AccessReviewScheduleDefinitionAccessReviewScheduleDefinition. withInstanceEnumerationScope(AccessReviewScope instanceEnumerationScope)AccessReviewInstanceAccessReviewInstance. withScope(AccessReviewScope scope)AccessReviewScheduleDefinitionAccessReviewScheduleDefinition. withScope(AccessReviewScope scope)Method parameters in odata.msgraph.client.entity with type arguments of type AccessReviewScope Modifier and Type Method Description AccessReviewHistoryDefinition.BuilderAccessReviewHistoryDefinition.Builder. scopes(List<AccessReviewScope> scopes)AccessReviewHistoryDefinitionAccessReviewHistoryDefinition. withScopes(List<AccessReviewScope> scopes)
-