Package com.okta.sdk.resource.model
Class UserImportRequestDataContextApplication
java.lang.Object
com.okta.sdk.resource.model.UserImportRequestDataContextApplication
- 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 UserImportRequestDataContextApplication
extends Object
implements Serializable
Details of the app from which the user is being imported
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The status of the app -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
UserImportRequestDataContextApplication
public UserImportRequestDataContextApplication()
-
-
Method Details
-
name
-
getName
The app name- Returns:
- name
-
setName
-
id
-
getId
The app ID- Returns:
- id
-
setId
-
label
-
getLabel
The user-defined display name for the app- Returns:
- label
-
setLabel
-
status
public UserImportRequestDataContextApplication status(UserImportRequestDataContextApplication.StatusEnum status) -
getStatus
The status of the app- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-