@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class ProfileMappingProperty extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_EXPRESSION |
static String |
JSON_PROPERTY_PUSH_STATUS |
Constructor and Description |
---|
ProfileMappingProperty() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ProfileMappingProperty |
expression(String expression) |
String |
getExpression()
Combination or single source properties that are mapped to the target property
|
ProfileMappingPropertyPushStatus |
getPushStatus()
Get pushStatus
|
int |
hashCode() |
ProfileMappingProperty |
pushStatus(ProfileMappingPropertyPushStatus pushStatus) |
void |
setExpression(String expression) |
void |
setPushStatus(ProfileMappingPropertyPushStatus pushStatus) |
String |
toString() |
public static final String JSON_PROPERTY_EXPRESSION
public static final String JSON_PROPERTY_PUSH_STATUS
public ProfileMappingProperty expression(String expression)
@Nullable public String getExpression()
public void setExpression(String expression)
public ProfileMappingProperty pushStatus(ProfileMappingPropertyPushStatus pushStatus)
@Nullable public ProfileMappingPropertyPushStatus getPushStatus()
public void setPushStatus(ProfileMappingPropertyPushStatus pushStatus)
Copyright © 2017–2023 Okta. All rights reserved.