### 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 instance." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" 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 DetailLevel class instance." syntax: "public DetailLevel build()" desc: "Create a DetailLevel class instance." returns: description: "A DetailLevel instance." type: "" - 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: "String" 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: "" - 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: "String" 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: "" - 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: "String" 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: "" type: "class" desc: "The builder class to initiate a instance." metadata: {} package: "com.microsoft.azure.batch" artifact: com.microsoft.azure:azure-batch:10.1.0