| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Method and Description |
|---|---|
Property.Builder |
Property.Builder.aliases(List<String> aliases) |
Property.Builder |
Property.Builder.aliases(String... aliases) |
Property.Builder |
Property.Builder.aliasesNextLink(String aliasesNextLink) |
static Property.Builder |
Property.builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Property.Builder |
Property.Builder.isContent(Boolean isContent) |
Property.Builder |
Property.Builder.isQueryable(Boolean isQueryable) |
Property.Builder |
Property.Builder.isRefinable(Boolean isRefinable) |
Property.Builder |
Property.Builder.isRetrievable(Boolean isRetrievable) |
Property.Builder |
Property.Builder.isSearchable(Boolean isSearchable) |
Property.Builder |
Property.Builder.labels(Label... labels) |
Property.Builder |
Property.Builder.labels(List<Label> labels) |
Property.Builder |
Property.Builder.labelsNextLink(String labelsNextLink) |
Property.Builder |
Property.Builder.name(String name) |
Property.Builder |
Property.Builder.type(PropertyType type) |
Copyright © 2018–2020. All rights reserved.