@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.ProfileMappingApi") public class ProfileMappingApi extends Object
Constructor and Description |
---|
ProfileMappingApi() |
ProfileMappingApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ProfileMapping |
getProfileMapping(String mappingId)
Retrieve a Profile Mapping
Retrieves a single Profile Mapping referenced by its ID
|
PagedList |
getProfileMappingWithPaginationInfo(String mappingId)
Retrieve a Profile Mapping
Retrieves a single Profile Mapping referenced by its ID
|
List<ProfileMapping> |
listProfileMappings(String after,
Integer limit,
String sourceId,
String targetId)
List all Profile Mappings
Lists all profile mappings with pagination
|
PagedList |
listProfileMappingsWithPaginationInfo(String after,
Integer limit,
String sourceId,
String targetId)
List all Profile Mappings
Lists all profile mappings with pagination
|
void |
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 Mappings
|
ProfileMapping |
updateProfileMapping(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(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(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(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 List<ProfileMapping> listProfileMappings(String after, Integer limit, String sourceId, 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(String after, Integer limit, String sourceId, 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(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(Class<?> T, 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(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–2023 Okta. All rights reserved.