| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AttributeMappingParameterSchema |
AttributeMappingParameterSchema.Builder.build() |
AttributeMappingParameterSchema |
AttributeMappingParameterSchema.withAllowMultipleOccurrences(Boolean allowMultipleOccurrences) |
AttributeMappingParameterSchema |
AttributeMappingParameterSchema.withName(String name) |
AttributeMappingParameterSchema |
AttributeMappingParameterSchema.withRequired(Boolean required) |
AttributeMappingParameterSchema |
AttributeMappingParameterSchema.withType(AttributeType type) |
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeMappingParameterSchema> |
AttributeMappingFunctionSchema.parameters |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AttributeMappingParameterSchema> |
AttributeMappingFunctionSchema.getParameters() |
com.github.davidmoten.odata.client.CollectionPage<AttributeMappingParameterSchema> |
AttributeMappingFunctionSchema.getParameters(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
AttributeMappingFunctionSchema.Builder |
AttributeMappingFunctionSchema.Builder.parameters(AttributeMappingParameterSchema... parameters) |
| Modifier and Type | Method and Description |
|---|---|
AttributeMappingFunctionSchema.Builder |
AttributeMappingFunctionSchema.Builder.parameters(List<AttributeMappingParameterSchema> parameters) |
Copyright © 2018–2020. All rights reserved.