Interface FieldsQueryParam


public interface FieldsQueryParam
Instances of this interface represent the value of the fields query param, which can be used to filter the fields returned in a request.
  • Method Summary

    Modifier and Type
    Method
    Description
    The list of fields.
  • Method Details

    • getFieldNames

      Set<String> getFieldNames()
      The list of fields. An empty set means that no fields should be returned. A null value means that no fields query param was sent.