PortalSigninSettingsInner Class

public final class PortalSigninSettingsInner
extends ProxyResource

Sign-In settings for the Developer Portal.

Constructor Summary

Constructor Description
PortalSigninSettingsInner()

Creates an instance of PortalSigninSettingsInner class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled property: Redirect Anonymous users to the Sign-In page.

void validate()

Validates the instance.

PortalSigninSettingsInner withEnabled(Boolean enabled)

Set the enabled property: Redirect Anonymous users to the Sign-In page.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PortalSigninSettingsInner

public PortalSigninSettingsInner()

Creates an instance of PortalSigninSettingsInner class.

Method Details

enabled

public Boolean enabled()

Get the enabled property: Redirect Anonymous users to the Sign-In page.

Returns:

the enabled value.

validate

public void validate()

Validates the instance.

withEnabled

public PortalSigninSettingsInner withEnabled(Boolean enabled)

Set the enabled property: Redirect Anonymous users to the Sign-In page.

Parameters:

enabled - the enabled value to set.

Returns:

the PortalSigninSettingsInner object itself.

Applies to