Interface IAppIdentifierMappingsService
- Namespace
- OpenSettings.Services.Interfaces
- Assembly
- OpenSettings.dll
public interface IAppIdentifierMappingsService
Methods
CreateAppIdentifierMappingAsync(CreateAppIdentifierMappingInput, CancellationToken)
Task<IResponse> CreateAppIdentifierMappingAsync(CreateAppIdentifierMappingInput input, CancellationToken cancellationToken = default)
Parameters
input
CreateAppIdentifierMappingInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput, CancellationToken)
Task<IResponse> DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput input, CancellationToken cancellationToken = default)
Parameters
input
DeleteAppIdentifierMappingInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)
Task<IResponse> GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
input
GetAppIdentifierMappingByAppAndIdentifierInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)
Task<IResponse> GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
input
GetAppIdentifierMappingByAppAndIdentifierInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput, CancellationToken)
Task<IResponse> GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)
Parameters
input
GetAppIdentifierMappingsInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput, CancellationToken)
Task<IResponse> GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)
Parameters
input
GetAppIdentifierMappingsInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput, CancellationToken)
Task<IResponse> UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput input, CancellationToken cancellationToken = default)
Parameters
input
UpdateAppIdentifierMappingSortOrderInputcancellationToken
CancellationToken
Returns
- Task<IResponse>