Package com.okta.sdk.resource.model
Class SalesforceApplicationSettingsApplication
java.lang.Object
com.okta.sdk.resource.model.SalesforceApplicationSettingsApplication
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SalesforceApplicationSettingsApplication
extends Object
implements Serializable
Salesforce app instance properties
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Salesforce instance that you want to connect tostatic enum
Salesforce integration type -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Salesforce instance that you want to connect toSalesforce integration typeThe Login URL specified in your Salesforce Single Sign-On settingsSalesforce Logout URLint
hashCode()
void
void
void
setLoginUrl
(String loginUrl) void
setLogoutUrl
(String logoutUrl) toString()
-
Field Details
-
JSON_PROPERTY_INSTANCE_TYPE
- See Also:
-
JSON_PROPERTY_INTEGRATION_TYPE
- See Also:
-
JSON_PROPERTY_LOGIN_URL
- See Also:
-
JSON_PROPERTY_LOGOUT_URL
- See Also:
-
-
Constructor Details
-
SalesforceApplicationSettingsApplication
public SalesforceApplicationSettingsApplication()
-
-
Method Details
-
instanceType
public SalesforceApplicationSettingsApplication instanceType(SalesforceApplicationSettingsApplication.InstanceTypeEnum instanceType) -
getInstanceType
Salesforce instance that you want to connect to- Returns:
- instanceType
-
setInstanceType
-
integrationType
public SalesforceApplicationSettingsApplication integrationType(SalesforceApplicationSettingsApplication.IntegrationTypeEnum integrationType) -
getIntegrationType
Salesforce integration type- Returns:
- integrationType
-
setIntegrationType
public void setIntegrationType(SalesforceApplicationSettingsApplication.IntegrationTypeEnum integrationType) -
loginUrl
-
getLoginUrl
The Login URL specified in your Salesforce Single Sign-On settings- Returns:
- loginUrl
-
setLoginUrl
-
logoutUrl
-
getLogoutUrl
Salesforce Logout URL- Returns:
- logoutUrl
-
setLogoutUrl
-
equals
-
hashCode
public int hashCode() -
toString
-