Package com.okta.sdk.resource.model
Class Office365ApplicationSettingsApplication
java.lang.Object
com.okta.sdk.resource.model.Office365ApplicationSettingsApplication
- 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 Office365ApplicationSettingsApplication
extends Object
implements Serializable
Office365 app instance properties
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The domain for your Office 365 accountMicrosoft tenant nameint
hashCode()
msftTenant
(String msftTenant) void
void
setMsftTenant
(String msftTenant) toString()
-
Field Details
-
JSON_PROPERTY_DOMAIN
- See Also:
-
JSON_PROPERTY_MSFT_TENANT
- See Also:
-
-
Constructor Details
-
Office365ApplicationSettingsApplication
public Office365ApplicationSettingsApplication()
-
-
Method Details
-
domain
-
getDomain
The domain for your Office 365 account- Returns:
- domain
-
setDomain
-
msftTenant
-
getMsftTenant
Microsoft tenant name- Returns:
- msftTenant
-
setMsftTenant
-
equals
-
hashCode
public int hashCode() -
toString
-