Interface ProfileMapping
-
- All Superinterfaces:
ExtensibleResource,java.util.Map<java.lang.String,java.lang.Object>,PropertyRetriever,Resource
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-14T12:54:39.514-06:00") public interface ProfileMapping extends ExtensibleResourceProfileMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()java.util.Map<java.lang.String,java.lang.Object>getLinks()java.util.Map<java.lang.String,ProfileMappingProperty>getProperties()ProfileMappingSourcegetSource()ProfileMappingSourcegetTarget()ProfileMappingsetSource(ProfileMappingSource source)ProfileMappingsetTarget(ProfileMappingSource target)ProfileMappingupdate(ProfileMapping profileMapping)Update Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings.-
Methods inherited from interface java.util.Map
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
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
Method Detail
-
getLinks
java.util.Map<java.lang.String,java.lang.Object> getLinks()
-
getId
java.lang.String getId()
-
getProperties
java.util.Map<java.lang.String,ProfileMappingProperty> getProperties()
-
getSource
ProfileMappingSource getSource()
-
setSource
ProfileMapping setSource(ProfileMappingSource source)
-
getTarget
ProfileMappingSource getTarget()
-
setTarget
ProfileMapping setTarget(ProfileMappingSource target)
-
update
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-14T12:54:39.514-06:00", comments="POST - /api/v1/mappings/{mappingId}") ProfileMapping update(ProfileMapping profileMapping)Update Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings.- Parameters:
profileMapping- (required)- Returns:
- ProfileMapping
-
-