DetailLevel Class
- java.
lang. Object - com.
microsoft. azure. batch. DetailLevel
- com.
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. Used to retrieve associated entities of the main entity being retrieved. |
String |
filterClause()
Gets the OData filter clause. Used to restrict a list operation to items that match specified criteria. |
String |
selectClause()
Gets the OData select clause. Used to retrieve only specific properties instead of all object properties. |
Method Details
expandClause
public String expandClause()
Gets the OData expand clause. Used to retrieve associated entities of the main entity being retrieved.
Returns:
filterClause
public String filterClause()
Gets the OData filter clause. Used to restrict a list operation to items that match specified criteria.
Returns:
selectClause
public String selectClause()
Gets the OData select clause. Used to retrieve only specific properties instead of all object properties.
Returns:
Applies to
Azure SDK for Java