@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class SessionIdentityProvider extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
SessionIdentityProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
Identity Provider ID.
|
SessionIdentityProviderType |
getType()
Get type
|
int |
hashCode() |
void |
setType(SessionIdentityProviderType type) |
String |
toString() |
SessionIdentityProvider |
type(SessionIdentityProviderType type) |
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
@Nullable public String getId()
public SessionIdentityProvider type(SessionIdentityProviderType type)
@Nullable public SessionIdentityProviderType getType()
public void setType(SessionIdentityProviderType type)
Copyright © 2017–2023 Okta. All rights reserved.