@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface ProfileMapping extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Map<String,Object> |
getLinks() |
Map<String,ProfileMappingProperty> |
getProperties() |
ProfileMappingSource |
getSource() |
ProfileMappingSource |
getTarget() |
ProfileMapping |
setSource(ProfileMappingSource source) |
ProfileMapping |
setTarget(ProfileMappingSource target) |
ProfileMapping |
update(ProfileMapping profileMapping)
Update Profile Mapping
Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings.
|
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
String getId()
Map<String,ProfileMappingProperty> getProperties()
ProfileMappingSource getSource()
ProfileMapping setSource(ProfileMappingSource source)
ProfileMappingSource getTarget()
ProfileMapping setTarget(ProfileMappingSource target)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/mappings/{mappingId}") ProfileMapping update(ProfileMapping profileMapping)
profileMapping
- (required)Copyright © 2017–2023 Okta. All rights reserved.