Class PolicyListResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.PolicyListResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class PolicyListResponse extends BaseResponse
Represents a response for a list of policies.
  • Constructor Details

    • PolicyListResponse

      public PolicyListResponse(PolicyDTO[] policies)
      Creates a new PolicyListResponse.
      Parameters:
      policies - The list of policies.
    • PolicyListResponse

      public PolicyListResponse()
      This is the constructor that is used by Jackson deserializer to create an instance of PolicyListResponse.
  • Method Details