| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected List<RiskEventType> |
RiskUserActivity.eventTypes |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<RiskEventType> |
RiskUserActivity.getEventTypes() |
com.github.davidmoten.odata.client.CollectionPage<RiskEventType> |
RiskUserActivity.getEventTypes(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RiskUserActivity.Builder |
RiskUserActivity.Builder.eventTypes(RiskEventType... eventTypes) |
| Modifier and Type | Method and Description |
|---|---|
RiskUserActivity.Builder |
RiskUserActivity.Builder.eventTypes(List<RiskEventType> eventTypes) |
| Modifier and Type | Field and Description |
|---|---|
protected RiskEventType |
RiskDetection.riskType |
| Modifier and Type | Field and Description |
|---|---|
protected List<RiskEventType> |
SignIn.riskEventTypes |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<RiskEventType> |
SignIn.getRiskEventTypes() |
com.github.davidmoten.odata.client.CollectionPage<RiskEventType> |
SignIn.getRiskEventTypes(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<RiskEventType> |
RiskDetection.getRiskType() |
| Modifier and Type | Method and Description |
|---|---|
RestrictedSignIn.Builder |
RestrictedSignIn.Builder.riskEventTypes(RiskEventType... riskEventTypes) |
SignIn.Builder |
SignIn.Builder.riskEventTypes(RiskEventType... riskEventTypes) |
RiskDetection.Builder |
RiskDetection.Builder.riskType(RiskEventType riskType) |
RiskDetection |
RiskDetection.withRiskType(RiskEventType riskType) |
| Modifier and Type | Method and Description |
|---|---|
RestrictedSignIn.Builder |
RestrictedSignIn.Builder.riskEventTypes(List<RiskEventType> riskEventTypes) |
SignIn.Builder |
SignIn.Builder.riskEventTypes(List<RiskEventType> riskEventTypes) |
| Modifier and Type | Method and Description |
|---|---|
static RiskEventType |
RiskEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskEventType[] |
RiskEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.