@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class IdentitySourceSession extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_CREATED  | 
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_IDENTITY_SOURCE_ID  | 
static String | 
JSON_PROPERTY_IMPORT_TYPE  | 
static String | 
JSON_PROPERTY_LAST_UPDATED  | 
static String | 
JSON_PROPERTY_STATUS  | 
| Constructor and Description | 
|---|
IdentitySourceSession()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
OffsetDateTime | 
getCreated()
Get created 
 | 
String | 
getId()
Get id 
 | 
String | 
getIdentitySourceId()
Get identitySourceId 
 | 
String | 
getImportType()
Get importType 
 | 
OffsetDateTime | 
getLastUpdated()
Get lastUpdated 
 | 
IdentitySourceSessionStatus | 
getStatus()
Get status 
 | 
int | 
hashCode()  | 
void | 
setStatus(IdentitySourceSessionStatus status)  | 
IdentitySourceSession | 
status(IdentitySourceSessionStatus status)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IDENTITY_SOURCE_ID
public static final String JSON_PROPERTY_IMPORT_TYPE
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_STATUS
@Nullable public OffsetDateTime getCreated()
@Nullable public String getIdentitySourceId()
@Nullable public OffsetDateTime getLastUpdated()
public IdentitySourceSession status(IdentitySourceSessionStatus status)
@Nullable public IdentitySourceSessionStatus getStatus()
public void setStatus(IdentitySourceSessionStatus status)
Copyright © 2017–2023 Okta. All rights reserved.