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
inputCreateAppIdentifierMappingInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput, CancellationToken)
Task<IResponse> DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput input, CancellationToken cancellationToken = default)
Parameters
inputDeleteAppIdentifierMappingInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)
Task<IResponse> GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
inputGetAppIdentifierMappingByAppAndIdentifierInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)
Task<IResponse> GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
inputGetAppIdentifierMappingByAppAndIdentifierInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput, CancellationToken)
Task<IResponse> GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)
Parameters
inputGetAppIdentifierMappingsInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput, CancellationToken)
Task<IResponse> GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)
Parameters
inputGetAppIdentifierMappingsInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput, CancellationToken)
Task<IResponse> UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput input, CancellationToken cancellationToken = default)
Parameters
inputUpdateAppIdentifierMappingSortOrderInputcancellationTokenCancellationToken
Returns
- Task<IResponse>