Package com.okta.sdk.resource.model
Class ProfileMappingProperty
java.lang.Object
com.okta.sdk.resource.model.ProfileMappingProperty
- 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 ProfileMappingProperty
extends Object
implements Serializable
A target property, in string form, that maps to a valid [JSON Schema
 Draft](https://tools.ietf.org/html/draft-zyp-json-schema-04) document.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanexpression(String expression) Combination or single source properties that are mapped to the target propertyGet pushStatusinthashCode()pushStatus(ProfileMappingPropertyPushStatus pushStatus) voidsetExpression(String expression) voidsetPushStatus(ProfileMappingPropertyPushStatus pushStatus) toString()
- 
Field Details- 
JSON_PROPERTY_EXPRESSION- See Also:
 
- 
JSON_PROPERTY_PUSH_STATUS- See Also:
 
 
- 
- 
Constructor Details- 
ProfileMappingPropertypublic ProfileMappingProperty()
 
- 
- 
Method Details- 
expression
- 
getExpressionCombination or single source properties that are mapped to the target property- Returns:
- expression
 
- 
setExpression
- 
pushStatus
- 
getPushStatusGet pushStatus- Returns:
- pushStatus
 
- 
setPushStatus
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-