Class DetailLevel


  • public class DetailLevel
    extends Object
    Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources.
    • Method Detail

      • filterClause

        public String filterClause()
        Gets the OData filter clause. Used to restrict a list operation to items that match specified criteria.
        Returns:
        The filter clause.
      • selectClause

        public String selectClause()
        Gets the OData select clause. Used to retrieve only specific properties instead of all object properties.
        Returns:
        The select clause.
      • expandClause

        public String expandClause()
        Gets the OData expand clause. Used to retrieve associated entities of the main entity being retrieved.
        Returns:
        The expand clause.