Enum ListApplicationDependencyRecommendationsRequest.SortBy

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<ListApplicationDependencyRecommendationsRequest.SortBy>
    Enclosing class:
    ListApplicationDependencyRecommendationsRequest

    public static enum ListApplicationDependencyRecommendationsRequest.SortBy
    extends Enum<ListApplicationDependencyRecommendationsRequest.SortBy>
    implements BmcEnum
    The field to sort by.

    Only one sort order may be provided. If sort order is dfs, the nodes are returned by going through the application dependency tree in a depth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending. If sort order is bfs, the nodes are returned by going through the application dependency tree in a breadth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending. Default order for gav is ascending where ascending corresponds to alphanumerical order. Default order for purl is ascending where ascending corresponds to alphabetical order Default order for nodeId is ascending where ascending corresponds to alphanumerical order. Sorting by DFS or BFS cannot be used in conjunction with the following query parameters: “gav”, “cvssV2GreaterThanOrEqual”, “cvssV3GreaterThanOrEqual” and “vulnerabilityId”.