| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeDefinition> |
ObjectDefinition.attributes |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
AttributeDefinition.Builder.build() |
AttributeDefinition |
AttributeDefinition.withAnchor(Boolean anchor) |
AttributeDefinition |
AttributeDefinition.withCaseExact(Boolean caseExact) |
AttributeDefinition |
AttributeDefinition.withDefaultValue(String defaultValue) |
AttributeDefinition |
AttributeDefinition.withMultivalued(Boolean multivalued) |
AttributeDefinition |
AttributeDefinition.withMutability(Mutability mutability) |
AttributeDefinition |
AttributeDefinition.withName(String name) |
AttributeDefinition |
AttributeDefinition.withRequired(Boolean required) |
AttributeDefinition |
AttributeDefinition.withType(AttributeType type) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AttributeDefinition> |
ObjectDefinition.getAttributes() |
com.github.davidmoten.odata.client.CollectionPage<AttributeDefinition> |
ObjectDefinition.getAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ObjectDefinition.Builder |
ObjectDefinition.Builder.attributes(AttributeDefinition... attributes) |
| Modifier and Type | Method and Description |
|---|---|
ObjectDefinition.Builder |
ObjectDefinition.Builder.attributes(List<AttributeDefinition> attributes) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse> |
SynchronizationSchema.parseExpression(String expression,
ExpressionInputObject testInputObject,
AttributeDefinition targetAttributeDefinition) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse> |
SynchronizationSchemaRequest.parseExpression(String expression,
ExpressionInputObject testInputObject,
AttributeDefinition targetAttributeDefinition) |
Copyright © 2018–2020. All rights reserved.