Package com.okta.sdk.resource.model
Class SecurePasswordStoreApplicationSettingsApplication
java.lang.Object
com.okta.sdk.resource.model.SecurePasswordStoreApplicationSettingsApplication
- 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 SecurePasswordStoreApplicationSettingsApplication
extends Object
implements Serializable
SecurePasswordStoreApplicationSettingsApplication
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Name of the optional parameter in the sign-in formName of the optional value in the sign-in formName of the optional parameter in the sign-in formName of the optional value in the sign-in formName of the optional parameter in the sign-in formName of the optional value in the sign-in formCSS selector for the **Password** field in the sign-in formgetUrl()
The URL of the sign-in page for this appCSS selector for the **Username** field in the sign-in formint
hashCode()
optionalField1
(String optionalField1) optionalField1Value
(String optionalField1Value) optionalField2
(String optionalField2) optionalField2Value
(String optionalField2Value) optionalField3
(String optionalField3) optionalField3Value
(String optionalField3Value) passwordField
(String passwordField) void
setOptionalField1
(String optionalField1) void
setOptionalField1Value
(String optionalField1Value) void
setOptionalField2
(String optionalField2) void
setOptionalField2Value
(String optionalField2Value) void
setOptionalField3
(String optionalField3) void
setOptionalField3Value
(String optionalField3Value) void
setPasswordField
(String passwordField) void
void
setUsernameField
(String usernameField) toString()
usernameField
(String usernameField)
-
Field Details
-
JSON_PROPERTY_OPTIONAL_FIELD1
- See Also:
-
JSON_PROPERTY_OPTIONAL_FIELD1_VALUE
- See Also:
-
JSON_PROPERTY_OPTIONAL_FIELD2
- See Also:
-
JSON_PROPERTY_OPTIONAL_FIELD2_VALUE
- See Also:
-
JSON_PROPERTY_OPTIONAL_FIELD3
- See Also:
-
JSON_PROPERTY_OPTIONAL_FIELD3_VALUE
- See Also:
-
JSON_PROPERTY_PASSWORD_FIELD
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_USERNAME_FIELD
- See Also:
-
-
Constructor Details
-
SecurePasswordStoreApplicationSettingsApplication
public SecurePasswordStoreApplicationSettingsApplication()
-
-
Method Details
-
optionalField1
-
getOptionalField1
Name of the optional parameter in the sign-in form- Returns:
- optionalField1
-
setOptionalField1
-
optionalField1Value
public SecurePasswordStoreApplicationSettingsApplication optionalField1Value(String optionalField1Value) -
getOptionalField1Value
Name of the optional value in the sign-in form- Returns:
- optionalField1Value
-
setOptionalField1Value
-
optionalField2
-
getOptionalField2
Name of the optional parameter in the sign-in form- Returns:
- optionalField2
-
setOptionalField2
-
optionalField2Value
public SecurePasswordStoreApplicationSettingsApplication optionalField2Value(String optionalField2Value) -
getOptionalField2Value
Name of the optional value in the sign-in form- Returns:
- optionalField2Value
-
setOptionalField2Value
-
optionalField3
-
getOptionalField3
Name of the optional parameter in the sign-in form- Returns:
- optionalField3
-
setOptionalField3
-
optionalField3Value
public SecurePasswordStoreApplicationSettingsApplication optionalField3Value(String optionalField3Value) -
getOptionalField3Value
Name of the optional value in the sign-in form- Returns:
- optionalField3Value
-
setOptionalField3Value
-
passwordField
-
getPasswordField
CSS selector for the **Password** field in the sign-in form- Returns:
- passwordField
-
setPasswordField
-
url
-
getUrl
The URL of the sign-in page for this app- Returns:
- url
-
setUrl
-
usernameField
-
getUsernameField
CSS selector for the **Username** field in the sign-in form- Returns:
- usernameField
-
setUsernameField
-
equals
-
hashCode
public int hashCode() -
toString
-