| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected OnPremisesPublishingType |
OnPremisesAgentGroup.publishingType |
protected OnPremisesPublishingType |
PublishedResource.publishingType |
| Modifier and Type | Field and Description |
|---|---|
protected List<OnPremisesPublishingType> |
OnPremisesAgent.supportedPublishingTypes |
| Modifier and Type | Method and Description |
|---|---|
Optional<OnPremisesPublishingType> |
OnPremisesAgentGroup.getPublishingType() |
Optional<OnPremisesPublishingType> |
PublishedResource.getPublishingType() |
com.github.davidmoten.odata.client.CollectionPage<OnPremisesPublishingType> |
OnPremisesAgent.getSupportedPublishingTypes() |
| Modifier and Type | Method and Description |
|---|---|
OnPremisesAgentGroup.Builder |
OnPremisesAgentGroup.Builder.publishingType(OnPremisesPublishingType publishingType) |
PublishedResource.Builder |
PublishedResource.Builder.publishingType(OnPremisesPublishingType publishingType) |
OnPremisesAgentGroup |
OnPremisesAgentGroup.withPublishingType(OnPremisesPublishingType publishingType) |
PublishedResource |
PublishedResource.withPublishingType(OnPremisesPublishingType publishingType) |
| Modifier and Type | Method and Description |
|---|---|
OnPremisesAgent.Builder |
OnPremisesAgent.Builder.supportedPublishingTypes(List<OnPremisesPublishingType> supportedPublishingTypes) |
| Modifier and Type | Method and Description |
|---|---|
static OnPremisesPublishingType |
OnPremisesPublishingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnPremisesPublishingType[] |
OnPremisesPublishingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.