Package org.openapitools.client.api
Class ProfileMappingApi
java.lang.Object
org.openapitools.client.api.ProfileMappingApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
@Component("org.openapitools.client.api.ProfileMappingApi")
public class ProfileMappingApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProfileMapping
(String mappingId) Retrieve a Profile Mapping Retrieves a single Profile Mapping referenced by its IDorg.springframework.http.ResponseEntity<ProfileMapping>
getProfileMappingWithHttpInfo
(String mappingId) Retrieve a Profile Mapping Retrieves a single Profile Mapping referenced by its IDgetProfileMappingWithPaginationInfo
(String mappingId) Retrieve a Profile Mapping Retrieves a single Profile Mapping referenced by its IDlistProfileMappings
(String after, Integer limit, String sourceId, String targetId) List all Profile Mappings Lists all profile mappings with paginationorg.springframework.http.ResponseEntity<List<ProfileMapping>>
listProfileMappingsWithHttpInfo
(String after, Integer limit, String sourceId, String targetId) List all Profile Mappings Lists all profile mappings with paginationlistProfileMappingsWithPaginationInfo
(String after, Integer limit, String sourceId, String targetId) List all Profile Mappings Lists all profile mappings with paginationvoid
setApiClient
(ApiClient apiClient) <T> T
updateProfileMapping
(Class<?> T, String mappingId, ProfileMapping profileMapping) Update a Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property MappingsupdateProfileMapping
(String mappingId, ProfileMapping profileMapping) Update a Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappingsorg.springframework.http.ResponseEntity<ProfileMapping>
updateProfileMappingWithHttpInfo
(String mappingId, ProfileMapping profileMapping) Update a Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property MappingsupdateProfileMappingWithPaginationInfo
(String mappingId, ProfileMapping profileMapping) Update a Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings
-
Constructor Details
-
ProfileMappingApi
public ProfileMappingApi() -
ProfileMappingApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getProfileMapping
public ProfileMapping getProfileMapping(String mappingId) throws org.springframework.web.client.RestClientException Retrieve a Profile Mapping Retrieves a single Profile Mapping referenced by its ID200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
mappingId
- (required)- Returns:
- ProfileMapping
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getProfileMappingWithHttpInfo
public org.springframework.http.ResponseEntity<ProfileMapping> getProfileMappingWithHttpInfo(String mappingId) throws org.springframework.web.client.RestClientException Retrieve a Profile Mapping Retrieves a single Profile Mapping referenced by its ID200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
mappingId
- (required)- Returns:
- ResponseEntity<ProfileMapping>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getProfileMappingWithPaginationInfo
public PagedList getProfileMappingWithPaginationInfo(String mappingId) throws org.springframework.web.client.RestClientException Retrieve a Profile Mapping Retrieves a single Profile Mapping referenced by its ID200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
mappingId
- (required)- Returns:
- ResponseEntity<ProfileMapping>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listProfileMappings
public List<ProfileMapping> listProfileMappings(String after, Integer limit, String sourceId, String targetId) throws org.springframework.web.client.RestClientException List all Profile Mappings Lists all profile mappings with pagination200 - Success
403 - Forbidden
429 - Too Many Requests
- Parameters:
after
- (optional)limit
- (optional, default to -1)sourceId
- (optional)targetId
- (optional, default to )- Returns:
- List<ProfileMapping>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listProfileMappingsWithHttpInfo
public org.springframework.http.ResponseEntity<List<ProfileMapping>> listProfileMappingsWithHttpInfo(String after, Integer limit, String sourceId, String targetId) throws org.springframework.web.client.RestClientException List all Profile Mappings Lists all profile mappings with pagination200 - Success
403 - Forbidden
429 - Too Many Requests
- Parameters:
after
- (optional)limit
- (optional, default to -1)sourceId
- (optional)targetId
- (optional, default to )- Returns:
- ResponseEntity<List<ProfileMapping>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listProfileMappingsWithPaginationInfo
public PagedList listProfileMappingsWithPaginationInfo(String after, Integer limit, String sourceId, String targetId) throws org.springframework.web.client.RestClientException List all Profile Mappings Lists all profile mappings with pagination200 - Success
403 - Forbidden
429 - Too Many Requests
- Parameters:
after
- (optional)limit
- (optional, default to -1)sourceId
- (optional)targetId
- (optional, default to )- Returns:
- ResponseEntity<List<ProfileMapping>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateProfileMapping
public ProfileMapping updateProfileMapping(String mappingId, ProfileMapping profileMapping) throws org.springframework.web.client.RestClientException Update a Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
mappingId
- (required)profileMapping
- (required)- Returns:
- ProfileMapping
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateProfileMapping
public <T> T updateProfileMapping(Class<?> T, String mappingId, ProfileMapping profileMapping) throws org.springframework.web.client.RestClientException Update a Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typemappingId
- (required)profileMapping
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateProfileMappingWithHttpInfo
public org.springframework.http.ResponseEntity<ProfileMapping> updateProfileMappingWithHttpInfo(String mappingId, ProfileMapping profileMapping) throws org.springframework.web.client.RestClientException Update a Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
mappingId
- (required)profileMapping
- (required)- Returns:
- ResponseEntity<ProfileMapping>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateProfileMappingWithPaginationInfo
public PagedList updateProfileMappingWithPaginationInfo(String mappingId, ProfileMapping profileMapping) throws org.springframework.web.client.RestClientException Update a Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
mappingId
- (required)profileMapping
- (required)- Returns:
- ResponseEntity<ProfileMapping>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-