@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class ProfileMappingProperty extends Object
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()
Get expression
|
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)
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.