public class OnPremisesPublishing extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OnPremisesPublishing.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
OnPremisesPublishing() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String externalUrl
protected String internalUrl
protected ExternalAuthenticationType externalAuthenticationType
protected Boolean isTranslateHostHeaderEnabled
protected Boolean isTranslateLinksInBodyEnabled
protected Boolean isOnPremPublishingEnabled
protected String applicationServerTimeout
protected KeyCredential verifiedCustomDomainKeyCredential
protected PasswordCredential verifiedCustomDomainPasswordCredential
protected VerifiedCustomDomainCertificatesMetadata verifiedCustomDomainCertificatesMetadata
protected OnPremisesPublishingSingleSignOn singleSignOnSettings
protected String applicationType
protected Boolean isHttpOnlyCookieEnabled
protected Boolean isSecureCookieEnabled
protected Boolean isPersistentCookieEnabled
protected String alternateUrl
protected Boolean useAlternateUrlForTranslationAndRedirect
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic OnPremisesPublishing withExternalUrl(String externalUrl)
public OnPremisesPublishing withInternalUrl(String internalUrl)
public Optional<ExternalAuthenticationType> getExternalAuthenticationType()
public OnPremisesPublishing withExternalAuthenticationType(ExternalAuthenticationType externalAuthenticationType)
public OnPremisesPublishing withIsTranslateHostHeaderEnabled(Boolean isTranslateHostHeaderEnabled)
public OnPremisesPublishing withIsTranslateLinksInBodyEnabled(Boolean isTranslateLinksInBodyEnabled)
public OnPremisesPublishing withIsOnPremPublishingEnabled(Boolean isOnPremPublishingEnabled)
public OnPremisesPublishing withApplicationServerTimeout(String applicationServerTimeout)
public Optional<KeyCredential> getVerifiedCustomDomainKeyCredential()
public OnPremisesPublishing withVerifiedCustomDomainKeyCredential(KeyCredential verifiedCustomDomainKeyCredential)
public Optional<PasswordCredential> getVerifiedCustomDomainPasswordCredential()
public OnPremisesPublishing withVerifiedCustomDomainPasswordCredential(PasswordCredential verifiedCustomDomainPasswordCredential)
public Optional<VerifiedCustomDomainCertificatesMetadata> getVerifiedCustomDomainCertificatesMetadata()
public OnPremisesPublishing withVerifiedCustomDomainCertificatesMetadata(VerifiedCustomDomainCertificatesMetadata verifiedCustomDomainCertificatesMetadata)
public Optional<OnPremisesPublishingSingleSignOn> getSingleSignOnSettings()
public OnPremisesPublishing withSingleSignOnSettings(OnPremisesPublishingSingleSignOn singleSignOnSettings)
public OnPremisesPublishing withApplicationType(String applicationType)
public OnPremisesPublishing withIsHttpOnlyCookieEnabled(Boolean isHttpOnlyCookieEnabled)
public OnPremisesPublishing withIsSecureCookieEnabled(Boolean isSecureCookieEnabled)
public OnPremisesPublishing withIsPersistentCookieEnabled(Boolean isPersistentCookieEnabled)
public OnPremisesPublishing withAlternateUrl(String alternateUrl)
public Optional<Boolean> getUseAlternateUrlForTranslationAndRedirect()
public OnPremisesPublishing withUseAlternateUrlForTranslationAndRedirect(Boolean useAlternateUrlForTranslationAndRedirect)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static OnPremisesPublishing.Builder builder()
Copyright © 2018–2020. All rights reserved.