| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
VerifiedDomain |
VerifiedDomain.Builder.build() |
VerifiedDomain |
VerifiedDomain.withCapabilities(String capabilities) |
VerifiedDomain |
VerifiedDomain.withIsDefault(Boolean isDefault) |
VerifiedDomain |
VerifiedDomain.withIsInitial(Boolean isInitial) |
VerifiedDomain |
VerifiedDomain.withName(String name) |
VerifiedDomain |
VerifiedDomain.withType(String type) |
| Modifier and Type | Field and Description |
|---|---|
protected List<VerifiedDomain> |
Organization.verifiedDomains |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<VerifiedDomain> |
Organization.getVerifiedDomains() |
com.github.davidmoten.odata.client.CollectionPage<VerifiedDomain> |
Organization.getVerifiedDomains(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
Organization.Builder.verifiedDomains(VerifiedDomain... verifiedDomains) |
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
Organization.Builder.verifiedDomains(List<VerifiedDomain> verifiedDomains) |
Copyright © 2018–2020. All rights reserved.