Package com.liferay.portal.vulcan.fields
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 TypeMethodDescriptionThe list of restrict fields.
-
Method Details
-
getRestrictFieldNames
The list of restrict fields. An empty set means that all fields should be returned. Anull
value means that norestrict fields
query param was sent.
-