Table of Contents

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 CreateAppIdentifierMappingInput
cancellationToken CancellationToken

Returns

Task<IResponse>

DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput, CancellationToken)

Task<IResponse> DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput input, CancellationToken cancellationToken = default)

Parameters

input DeleteAppIdentifierMappingInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)

Task<IResponse> GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppIdentifierMappingByAppAndIdentifierInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)

Task<IResponse> GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppIdentifierMappingByAppAndIdentifierInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput, CancellationToken)

Task<IResponse> GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppIdentifierMappingsInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput, CancellationToken)

Task<IResponse> GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppIdentifierMappingsInput
cancellationToken CancellationToken

Returns

Task<IResponse>

UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput, CancellationToken)

Task<IResponse> UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput input, CancellationToken cancellationToken = default)

Parameters

input UpdateAppIdentifierMappingSortOrderInput
cancellationToken CancellationToken

Returns

Task<IResponse>