Table of Contents

Interface IAppIdentifierMappingsService

Namespace
OpenSettings.Services.Interfaces
Assembly
OpenSettings.dll
public interface IAppIdentifierMappingsService

Methods

CreateAppIdentifierMappingAsync(CreateAppIdentifierMappingInput, CancellationToken)

Task<IJsonResponse> CreateAppIdentifierMappingAsync(CreateAppIdentifierMappingInput input, CancellationToken cancellationToken = default)

Parameters

input CreateAppIdentifierMappingInput
cancellationToken CancellationToken

Returns

Task<IJsonResponse>

DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput, CancellationToken)

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

Parameters

input DeleteAppIdentifierMappingInput
cancellationToken CancellationToken

Returns

Task<IJsonResponse>

GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)

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

Parameters

input GetAppIdentifierMappingByAppAndIdentifierInput
cancellationToken CancellationToken

Returns

Task<IJsonResponse>

GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)

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

Parameters

input GetAppIdentifierMappingByAppAndIdentifierInput
cancellationToken CancellationToken

Returns

Task<IJsonResponse>

GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput, CancellationToken)

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

Parameters

input GetAppIdentifierMappingsInput
cancellationToken CancellationToken

Returns

Task<IJsonResponse>

GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput, CancellationToken)

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

Parameters

input GetAppIdentifierMappingsInput
cancellationToken CancellationToken

Returns

Task<IJsonResponse>

UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput, CancellationToken)

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

Parameters

input UpdateAppIdentifierMappingSortOrderInput
cancellationToken CancellationToken

Returns

Task<IJsonResponse>