Uses of Class
odata.msgraph.client.beta.enums.OnPremisesPublishingType
-
Packages that use OnPremisesPublishingType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of OnPremisesPublishingType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OnPremisesPublishingType Modifier and Type Field Description protected OnPremisesPublishingTypeOnPremisesAgentGroup. publishingTypeprotected OnPremisesPublishingTypePublishedResource. publishingTypeFields in odata.msgraph.client.beta.entity with type parameters of type OnPremisesPublishingType Modifier and Type Field Description protected List<OnPremisesPublishingType>OnPremisesAgent. supportedPublishingTypesMethods in odata.msgraph.client.beta.entity that return types with arguments of type OnPremisesPublishingType Modifier and Type Method Description Optional<OnPremisesPublishingType>OnPremisesAgentGroup. getPublishingType()Optional<OnPremisesPublishingType>PublishedResource. getPublishingType()com.github.davidmoten.odata.client.CollectionPage<OnPremisesPublishingType>OnPremisesAgent. getSupportedPublishingTypes()com.github.davidmoten.odata.client.CollectionPage<OnPremisesPublishingType>OnPremisesAgent. getSupportedPublishingTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type OnPremisesPublishingType Modifier and Type Method Description OnPremisesAgentGroup.BuilderOnPremisesAgentGroup.Builder. publishingType(OnPremisesPublishingType publishingType)PublishedResource.BuilderPublishedResource.Builder. publishingType(OnPremisesPublishingType publishingType)OnPremisesAgent.BuilderOnPremisesAgent.Builder. supportedPublishingTypes(OnPremisesPublishingType... supportedPublishingTypes)OnPremisesAgentGroupOnPremisesAgentGroup. withPublishingType(OnPremisesPublishingType publishingType)PublishedResourcePublishedResource. withPublishingType(OnPremisesPublishingType publishingType)Method parameters in odata.msgraph.client.beta.entity with type arguments of type OnPremisesPublishingType Modifier and Type Method Description OnPremisesAgent.BuilderOnPremisesAgent.Builder. supportedPublishingTypes(List<OnPremisesPublishingType> supportedPublishingTypes)OnPremisesAgentOnPremisesAgent. withSupportedPublishingTypes(List<OnPremisesPublishingType> supportedPublishingTypes) -
Uses of OnPremisesPublishingType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return OnPremisesPublishingType Modifier and Type Method Description static OnPremisesPublishingTypeOnPremisesPublishingType. 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.
-