@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.ProfileMappingApi")
public class ProfileMappingApi
extends java.lang.Object
Constructor and Description |
---|
ProfileMappingApi() |
ProfileMappingApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ProfileMapping |
getProfileMapping(java.lang.String mappingId)
Retrieve a Profile Mapping
Retrieves a single Profile Mapping referenced by its ID
|
PagedList |
getProfileMappingWithPaginationInfo(java.lang.String mappingId)
Retrieve a Profile Mapping
Retrieves a single Profile Mapping referenced by its ID
|
java.util.List<ProfileMapping> |
listProfileMappings(java.lang.String after,
java.lang.Integer limit,
java.lang.String sourceId,
java.lang.String targetId)
List all Profile Mappings
Lists all profile mappings with pagination
|
PagedList |
listProfileMappingsWithPaginationInfo(java.lang.String after,
java.lang.Integer limit,
java.lang.String sourceId,
java.lang.String targetId)
List all Profile Mappings
Lists all profile mappings with pagination
|
void |
setApiClient(ApiClient apiClient) |
<T> T |
updateProfileMapping(java.lang.Class<?> T,
java.lang.String mappingId,
ProfileMapping profileMapping)
Update a Profile Mapping
Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings
|
ProfileMapping |
updateProfileMapping(java.lang.String mappingId,
ProfileMapping profileMapping)
Update a Profile Mapping
Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings
|
PagedList |
updateProfileMappingWithPaginationInfo(java.lang.String mappingId,
ProfileMapping profileMapping)
Update a Profile Mapping
Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings
|
public ProfileMappingApi()
@Autowired public ProfileMappingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ProfileMapping getProfileMapping(java.lang.String mappingId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
mappingId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getProfileMappingWithPaginationInfo(java.lang.String mappingId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
mappingId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<ProfileMapping> listProfileMappings(java.lang.String after, java.lang.Integer limit, java.lang.String sourceId, java.lang.String targetId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
after
- (optional)limit
- (optional, default to -1)sourceId
- (optional)targetId
- (optional, default to )org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listProfileMappingsWithPaginationInfo(java.lang.String after, java.lang.Integer limit, java.lang.String sourceId, java.lang.String targetId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
after
- (optional)limit
- (optional, default to -1)sourceId
- (optional)targetId
- (optional, default to )org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ProfileMapping updateProfileMapping(java.lang.String mappingId, ProfileMapping profileMapping) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
mappingId
- (required)profileMapping
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T updateProfileMapping(java.lang.Class<?> T, java.lang.String mappingId, ProfileMapping profileMapping) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typemappingId
- (required)profileMapping
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateProfileMappingWithPaginationInfo(java.lang.String mappingId, ProfileMapping profileMapping) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
mappingId
- (required)profileMapping
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.