Builder
class Builder
Functions
Link copied to clipboard
fun addErrorPreset(response: MockzillaHttpResponse, name: String? = null, description: String? = null): DashboardOptionsConfig.Builder
Link copied to clipboard
fun addPreset(response: MockzillaHttpResponse, name: String? = null, description: String? = null, type: DashboardOverridePreset.Type? = null): DashboardOptionsConfig.Builder
fun addPreset(response: PartialMockzillaHttpResponse, name: String? = null, description: String? = null, type: DashboardOverridePreset.Type? = null): DashboardOptionsConfig.Builder
Link copied to clipboard
fun addSuccessPreset(response: MockzillaHttpResponse, name: String? = null, description: String? = null): DashboardOptionsConfig.Builder
Link copied to clipboard