Interface RestrictFieldsQueryParam


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

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

    • getRestrictFieldNames

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