Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.11 KB

File metadata and controls

29 lines (21 loc) · 1.11 KB

FakeresponsewithoutschemaGetResponses

public class FakeresponsewithoutschemaGetResponses

A class that contains necessary responses classes

  • a sealed interface, EndpointResponse, that stores endpoint responses
  • records for each endpoint response

Nested Class Summary

Modifier and Type Class and Description
sealed interface EndpointResponse
stores the endpoint responses
record EndpointFakeresponsewithoutschemaGetCode200Response
the response for 200

EndpointResponse

public sealed interface EndpointResponse permits
EndpointFakeresponsewithoutschemaGetCode200Response

a sealed interface that stores endpoint responses

EndpointFakeresponsewithoutschemaGetCode200Response

public record EndpointFakeresponsewithoutschemaGetCode200Response( HttpResponse<byte[]> response, Void body, Void headers ) implements EndpointResponse, ApiResponse<Void, Void>

a class that stores an endpoint response