DetailLevel Class

  • java.lang.Object
    • com.microsoft.azure.batch.DetailLevel

public class DetailLevel

Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources.

Method Summary

Modifier and Type Method and Description
String expandClause()

Gets the OData expand clause.

String filterClause()

Gets the OData filter clause.

String selectClause()

Gets the OData select clause.

Methods inherited from java.lang.Object

Method Details

expandClause

public String expandClause()

Gets the OData expand clause. Used to retrieve associated entities of the main entity being retrieved.

Returns:

The expand clause.

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.

Applies to