Class OnPremisesPublishing
- java.lang.Object
-
- odata.msgraph.client.beta.complex.OnPremisesPublishing
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class OnPremisesPublishing extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOnPremisesPublishing.Builder
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedOnPremisesPublishing()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
alternateUrl
protected String alternateUrl
-
applicationServerTimeout
protected String applicationServerTimeout
-
applicationType
protected String applicationType
-
externalAuthenticationType
protected ExternalAuthenticationType externalAuthenticationType
-
externalUrl
protected String externalUrl
-
internalUrl
protected String internalUrl
-
isBackendCertificateValidationEnabled
protected Boolean isBackendCertificateValidationEnabled
-
isHttpOnlyCookieEnabled
protected Boolean isHttpOnlyCookieEnabled
-
isOnPremPublishingEnabled
protected Boolean isOnPremPublishingEnabled
-
isPersistentCookieEnabled
protected Boolean isPersistentCookieEnabled
-
isSecureCookieEnabled
protected Boolean isSecureCookieEnabled
-
isTranslateHostHeaderEnabled
protected Boolean isTranslateHostHeaderEnabled
-
isTranslateLinksInBodyEnabled
protected Boolean isTranslateLinksInBodyEnabled
-
singleSignOnSettings
protected OnPremisesPublishingSingleSignOn singleSignOnSettings
-
useAlternateUrlForTranslationAndRedirect
protected Boolean useAlternateUrlForTranslationAndRedirect
-
verifiedCustomDomainCertificatesMetadata
protected VerifiedCustomDomainCertificatesMetadata verifiedCustomDomainCertificatesMetadata
-
verifiedCustomDomainKeyCredential
protected KeyCredential verifiedCustomDomainKeyCredential
-
verifiedCustomDomainPasswordCredential
protected PasswordCredential verifiedCustomDomainPasswordCredential
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAlternateUrl
public OnPremisesPublishing withAlternateUrl(String alternateUrl)
-
withApplicationServerTimeout
public OnPremisesPublishing withApplicationServerTimeout(String applicationServerTimeout)
-
withApplicationType
public OnPremisesPublishing withApplicationType(String applicationType)
-
getExternalAuthenticationType
public Optional<ExternalAuthenticationType> getExternalAuthenticationType()
-
withExternalAuthenticationType
public OnPremisesPublishing withExternalAuthenticationType(ExternalAuthenticationType externalAuthenticationType)
-
withExternalUrl
public OnPremisesPublishing withExternalUrl(String externalUrl)
-
withInternalUrl
public OnPremisesPublishing withInternalUrl(String internalUrl)
-
getIsBackendCertificateValidationEnabled
public Optional<Boolean> getIsBackendCertificateValidationEnabled()
-
withIsBackendCertificateValidationEnabled
public OnPremisesPublishing withIsBackendCertificateValidationEnabled(Boolean isBackendCertificateValidationEnabled)
-
withIsHttpOnlyCookieEnabled
public OnPremisesPublishing withIsHttpOnlyCookieEnabled(Boolean isHttpOnlyCookieEnabled)
-
withIsOnPremPublishingEnabled
public OnPremisesPublishing withIsOnPremPublishingEnabled(Boolean isOnPremPublishingEnabled)
-
withIsPersistentCookieEnabled
public OnPremisesPublishing withIsPersistentCookieEnabled(Boolean isPersistentCookieEnabled)
-
withIsSecureCookieEnabled
public OnPremisesPublishing withIsSecureCookieEnabled(Boolean isSecureCookieEnabled)
-
withIsTranslateHostHeaderEnabled
public OnPremisesPublishing withIsTranslateHostHeaderEnabled(Boolean isTranslateHostHeaderEnabled)
-
withIsTranslateLinksInBodyEnabled
public OnPremisesPublishing withIsTranslateLinksInBodyEnabled(Boolean isTranslateLinksInBodyEnabled)
-
getSingleSignOnSettings
public Optional<OnPremisesPublishingSingleSignOn> getSingleSignOnSettings()
-
withSingleSignOnSettings
public OnPremisesPublishing withSingleSignOnSettings(OnPremisesPublishingSingleSignOn singleSignOnSettings)
-
getUseAlternateUrlForTranslationAndRedirect
public Optional<Boolean> getUseAlternateUrlForTranslationAndRedirect()
-
withUseAlternateUrlForTranslationAndRedirect
public OnPremisesPublishing withUseAlternateUrlForTranslationAndRedirect(Boolean useAlternateUrlForTranslationAndRedirect)
-
getVerifiedCustomDomainCertificatesMetadata
public Optional<VerifiedCustomDomainCertificatesMetadata> getVerifiedCustomDomainCertificatesMetadata()
-
withVerifiedCustomDomainCertificatesMetadata
public OnPremisesPublishing withVerifiedCustomDomainCertificatesMetadata(VerifiedCustomDomainCertificatesMetadata verifiedCustomDomainCertificatesMetadata)
-
getVerifiedCustomDomainKeyCredential
public Optional<KeyCredential> getVerifiedCustomDomainKeyCredential()
-
withVerifiedCustomDomainKeyCredential
public OnPremisesPublishing withVerifiedCustomDomainKeyCredential(KeyCredential verifiedCustomDomainKeyCredential)
-
getVerifiedCustomDomainPasswordCredential
public Optional<PasswordCredential> getVerifiedCustomDomainPasswordCredential()
-
withVerifiedCustomDomainPasswordCredential
public OnPremisesPublishing withVerifiedCustomDomainPasswordCredential(PasswordCredential verifiedCustomDomainPasswordCredential)
-
withUnmappedField
public OnPremisesPublishing withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static OnPremisesPublishing.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-