Interface ShareTypeSearchParameter

All Known Implementing Classes:
AbstractShareTypeSearchParameter, AuthenticatedUserShareTypeSearchParameter, GlobalShareTypeSearchParameter, GroupShareTypeSearchParameter, PrivateShareTypeSearchParameter, ProjectShareTypeSearchParameter, UserShareTypeSearchParameter

@PublicApi public interface ShareTypeSearchParameter
Interface for representing ShareType parameters in searches.
Since:
v3.13
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the type of ShareType this parameter is associated with.
  • Method Details

    • getType

      ShareType.Name getType()
      Return the type of ShareType this parameter is associated with.
      Returns:
      the ShareType this parameter is associated with.