| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeType |
AttributeDefinition.type |
protected AttributeType |
AttributeMappingParameterSchema.type |
| Modifier and Type | Method and Description |
|---|---|
Optional<AttributeType> |
AttributeDefinition.getType() |
Optional<AttributeType> |
AttributeMappingParameterSchema.getType() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition.Builder |
AttributeDefinition.Builder.type(AttributeType type) |
AttributeMappingParameterSchema.Builder |
AttributeMappingParameterSchema.Builder.type(AttributeType type) |
AttributeDefinition |
AttributeDefinition.withType(AttributeType type) |
AttributeMappingParameterSchema |
AttributeMappingParameterSchema.withType(AttributeType type) |
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeType> |
FilterOperatorSchema.supportedAttributeTypes |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AttributeType> |
FilterOperatorSchema.getSupportedAttributeTypes() |
| Modifier and Type | Method and Description |
|---|---|
FilterOperatorSchema.Builder |
FilterOperatorSchema.Builder.supportedAttributeTypes(List<AttributeType> supportedAttributeTypes) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.