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-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class IdentitySourceSession
extends Object
implements Serializable
IdentitySourceSession
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanThe 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 statusinthashCode()voidsetStatus(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- 
IdentitySourceSessionpublic IdentitySourceSession()
 
- 
- 
Method Details- 
getCreatedThe timestamp when the Identity Source Session was created- Returns:
- created
 
- 
getIdThe ID of the Identity Source Session- Returns:
- id
 
- 
getIdentitySourceIdThe ID of the custom Identity Source for which the session is created- Returns:
- identitySourceId
 
- 
getImportTypeThe type of import. All imports are `INCREMENTAL` imports.- Returns:
- importType
 
- 
getLastUpdatedThe timestamp when the Identity Source Session was created- Returns:
- lastUpdated
 
- 
status
- 
getStatusGet status- Returns:
- status
 
- 
setStatus
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-