Package codes.thischwa.cf.model
Class ZoneMultipleResponse
java.lang.Object
codes.thischwa.cf.model.AbstractResponse
codes.thischwa.cf.model.AbstractMultipleResponse<ZoneEntity>
codes.thischwa.cf.model.ZoneMultipleResponse
Represents a response model that contains multiple
ZoneEntity
instances.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZoneMultipleResponse
public ZoneMultipleResponse()Constructs a new ZoneMultipleResponse object.This constructor initializes an instance of ZoneMultipleResponse, which serves as a response model containing multiple
ZoneEntity
instances.
-