Package com.okta.sdk.resource.model
Class SlackApplicationSettingsApplication
java.lang.Object
com.okta.sdk.resource.model.SlackApplicationSettingsApplication
- 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 SlackApplicationSettingsApplication
extends Object
implements Serializable
Slack app instance properties
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The Slack app domain nameThe `User.Email` attribute valueint
hashCode()
void
void
setUserEmailValue
(String userEmailValue) toString()
userEmailValue
(String userEmailValue)
-
Field Details
-
JSON_PROPERTY_DOMAIN
- See Also:
-
JSON_PROPERTY_USER_EMAIL_VALUE
- See Also:
-
-
Constructor Details
-
SlackApplicationSettingsApplication
public SlackApplicationSettingsApplication()
-
-
Method Details
-
domain
-
getDomain
The Slack app domain name- Returns:
- domain
-
setDomain
-
userEmailValue
-
getUserEmailValue
The `User.Email` attribute value- Returns:
- userEmailValue
-
setUserEmailValue
-
equals
-
hashCode
public int hashCode() -
toString
-