Package com.okta.sdk.resource.model
Class IdentitySourceSession
java.lang.Object
com.okta.sdk.resource.model.IdentitySourceSession
- 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 IdentitySourceSession
extends Object
implements Serializable
IdentitySourceSession
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The timestamp when the Identity Source Session was createdgetId()
The ID of the Identity Source SessionThe ID of the custom Identity Source for which the session is createdThe type of import.The timestamp when the Identity Source Session was createdGet statusint
hashCode()
void
setStatus
(IdentitySourceSessionStatus status) status
(IdentitySourceSessionStatus status) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IDENTITY_SOURCE_ID
- See Also:
-
JSON_PROPERTY_IMPORT_TYPE
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
IdentitySourceSession
public IdentitySourceSession()
-
-
Method Details
-
getCreated
The timestamp when the Identity Source Session was created- Returns:
- created
-
getId
The ID of the Identity Source Session- Returns:
- id
-
getIdentitySourceId
The ID of the custom Identity Source for which the session is created- Returns:
- identitySourceId
-
getImportType
The type of import. All imports are `INCREMENTAL` imports.- Returns:
- importType
-
getLastUpdated
The timestamp when the Identity Source Session was created- Returns:
- lastUpdated
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-