azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.D...

90 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.DetailLevel.Builder"
fullName: "com.microsoft.azure.batch.DetailLevel.Builder"
name: "DetailLevel.Builder"
nameWithType: "DetailLevel.Builder"
summary: "The builder class to initiate a <xref uid=\"com.microsoft.azure.batch.DetailLevel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetailLevel\"></xref> instance."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public static class **DetailLevel.Builder**"
constructors:
- uid: "com.microsoft.azure.batch.DetailLevel.Builder.Builder()"
fullName: "com.microsoft.azure.batch.DetailLevel.Builder.Builder()"
name: "Builder()"
nameWithType: "DetailLevel.Builder.Builder()"
summary: "Initializes a new instance of the Builder class."
syntax: "public Builder()"
desc: "Initializes a new instance of the Builder class."
methods:
- uid: "com.microsoft.azure.batch.DetailLevel.Builder.build()"
fullName: "com.microsoft.azure.batch.DetailLevel.Builder.build()"
name: "build()"
nameWithType: "DetailLevel.Builder.build()"
summary: "Create a Detail<wbr>Level class instance."
syntax: "public DetailLevel build()"
desc: "Create a DetailLevel class instance."
returns:
description: "A DetailLevel instance."
type: "<xref href=\"com.microsoft.azure.batch.DetailLevel?alt=com.microsoft.azure.batch.DetailLevel&text=DetailLevel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.DetailLevel.Builder.withExpandClause(java.lang.String)"
fullName: "com.microsoft.azure.batch.DetailLevel.Builder.withExpandClause(String expand)"
name: "withExpandClause(String expand)"
nameWithType: "DetailLevel.Builder.withExpandClause(String expand)"
summary: "Sets the OData expand clause."
parameters:
- description: "The expand clause."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DetailLevel.Builder withExpandClause(String expand)"
desc: "Sets the OData expand clause. Used to retrieve associated entities of the main entity being retrieved."
returns:
description: "The Builder instance."
type: "<xref href=\"com.microsoft.azure.batch.DetailLevel.Builder?alt=com.microsoft.azure.batch.DetailLevel.Builder&text=Builder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.DetailLevel.Builder.withFilterClause(java.lang.String)"
fullName: "com.microsoft.azure.batch.DetailLevel.Builder.withFilterClause(String filter)"
name: "withFilterClause(String filter)"
nameWithType: "DetailLevel.Builder.withFilterClause(String filter)"
summary: "Sets the OData filter clause."
parameters:
- description: "The filter clause."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DetailLevel.Builder withFilterClause(String filter)"
desc: "Sets the OData filter clause. Used to restrict a list operation to items that match specified criteria."
returns:
description: "The Builder instance."
type: "<xref href=\"com.microsoft.azure.batch.DetailLevel.Builder?alt=com.microsoft.azure.batch.DetailLevel.Builder&text=Builder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.DetailLevel.Builder.withSelectClause(java.lang.String)"
fullName: "com.microsoft.azure.batch.DetailLevel.Builder.withSelectClause(String select)"
name: "withSelectClause(String select)"
nameWithType: "DetailLevel.Builder.withSelectClause(String select)"
summary: "Sets the OData select clause."
parameters:
- description: "The select clause."
name: "select"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DetailLevel.Builder withSelectClause(String select)"
desc: "Sets the OData select clause. Used to retrieve only specific properties instead of all object properties."
returns:
description: "The Builder instance."
type: "<xref href=\"com.microsoft.azure.batch.DetailLevel.Builder?alt=com.microsoft.azure.batch.DetailLevel.Builder&text=Builder\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The builder class to initiate a <xref uid=\"com.microsoft.azure.batch.DetailLevel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetailLevel\"></xref> instance."
metadata: {}
package: "com.microsoft.azure.batch"
artifact: com.microsoft.azure:azure-batch:10.1.0