Uses of Class
odata.msgraph.client.complex.AppRole
-
Packages that use AppRole Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AppRole in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AppRole Modifier and Type Method Description AppRoleAppRole.Builder. build()AppRoleAppRole. withDescription(String description)AppRoleAppRole. withDisplayName(String displayName)AppRoleAppRole. withId(UUID id)AppRoleAppRole. withIsEnabled(Boolean isEnabled)AppRoleAppRole. withOrigin(String origin)AppRoleAppRole. withUnmappedField(String name, Object value)AppRoleAppRole. withValue(String value) -
Uses of AppRole in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AppRole Modifier and Type Field Description protected List<AppRole>Application. appRolesprotected List<AppRole>ServicePrincipal. appRolesMethods in odata.msgraph.client.entity that return types with arguments of type AppRole Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AppRole>Application. getAppRoles()com.github.davidmoten.odata.client.CollectionPage<AppRole>Application. getAppRoles(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AppRole>ServicePrincipal. getAppRoles()com.github.davidmoten.odata.client.CollectionPage<AppRole>ServicePrincipal. getAppRoles(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AppRole Modifier and Type Method Description Application.BuilderApplication.Builder. appRoles(AppRole... appRoles)ServicePrincipal.BuilderServicePrincipal.Builder. appRoles(AppRole... appRoles)Method parameters in odata.msgraph.client.entity with type arguments of type AppRole Modifier and Type Method Description Application.BuilderApplication.Builder. appRoles(List<AppRole> appRoles)ServicePrincipal.BuilderServicePrincipal.Builder. appRoles(List<AppRole> appRoles)ApplicationApplication. withAppRoles(List<AppRole> appRoles)ServicePrincipalServicePrincipal. withAppRoles(List<AppRole> appRoles)
-