Skip to content

Commit 9bf889b

Browse files
committed
- removes wrongly added orderby and filter methods for unsupported paths
1 parent 9badd25 commit 9bf889b

File tree

951 files changed

+0
-20814
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

951 files changed

+0
-20814
lines changed

src/main/java/com/microsoft/graph/callrecords/requests/extensions/CallRecordRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -158,27 +158,5 @@ public ICallRecordRequest expand(final String value) {
158158
return (CallRecordRequest)this;
159159
}
160160

161-
/**
162-
* Sets the filter clause for the request
163-
*
164-
* @param value the filter clause
165-
* @return the updated request
166-
*/
167-
public ICallRecordRequest filter(final String value) {
168-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
169-
return (CallRecordRequest)this;
170-
}
171-
172-
/**
173-
* Sets the order by clause for the request
174-
*
175-
* @param value the order by clause
176-
* @return the updated request
177-
*/
178-
public ICallRecordRequest orderBy(final String value) {
179-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
180-
return (CallRecordRequest)this;
181-
}
182-
183161
}
184162

src/main/java/com/microsoft/graph/callrecords/requests/extensions/SegmentRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,5 @@ public ISegmentRequest expand(final String value) {
154154
return (SegmentRequest)this;
155155
}
156156

157-
/**
158-
* Sets the filter clause for the request
159-
*
160-
* @param value the filter clause
161-
* @return the updated request
162-
*/
163-
public ISegmentRequest filter(final String value) {
164-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
165-
return (SegmentRequest)this;
166-
}
167-
168-
/**
169-
* Sets the order by clause for the request
170-
*
171-
* @param value the order by clause
172-
* @return the updated request
173-
*/
174-
public ISegmentRequest orderBy(final String value) {
175-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
176-
return (SegmentRequest)this;
177-
}
178-
179157
}
180158

src/main/java/com/microsoft/graph/callrecords/requests/extensions/SessionRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -158,27 +158,5 @@ public ISessionRequest expand(final String value) {
158158
return (SessionRequest)this;
159159
}
160160

161-
/**
162-
* Sets the filter clause for the request
163-
*
164-
* @param value the filter clause
165-
* @return the updated request
166-
*/
167-
public ISessionRequest filter(final String value) {
168-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
169-
return (SessionRequest)this;
170-
}
171-
172-
/**
173-
* Sets the order by clause for the request
174-
*
175-
* @param value the order by clause
176-
* @return the updated request
177-
*/
178-
public ISessionRequest orderBy(final String value) {
179-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
180-
return (SessionRequest)this;
181-
}
182-
183161
}
184162

src/main/java/com/microsoft/graph/requests/extensions/AadUserConversationMemberRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -156,27 +156,5 @@ public IAadUserConversationMemberRequest expand(final String value) {
156156
return (AadUserConversationMemberRequest)this;
157157
}
158158

159-
/**
160-
* Sets the filter clause for the request
161-
*
162-
* @param value the filter clause
163-
* @return the updated request
164-
*/
165-
public IAadUserConversationMemberRequest filter(final String value) {
166-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
167-
return (AadUserConversationMemberRequest)this;
168-
}
169-
170-
/**
171-
* Sets the order by clause for the request
172-
*
173-
* @param value the order by clause
174-
* @return the updated request
175-
*/
176-
public IAadUserConversationMemberRequest orderBy(final String value) {
177-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
178-
return (AadUserConversationMemberRequest)this;
179-
}
180-
181159
}
182160

src/main/java/com/microsoft/graph/requests/extensions/ActivityBasedTimeoutPolicyRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,5 @@ public IActivityBasedTimeoutPolicyRequest expand(final String value) {
154154
return (ActivityBasedTimeoutPolicyRequest)this;
155155
}
156156

157-
/**
158-
* Sets the filter clause for the request
159-
*
160-
* @param value the filter clause
161-
* @return the updated request
162-
*/
163-
public IActivityBasedTimeoutPolicyRequest filter(final String value) {
164-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
165-
return (ActivityBasedTimeoutPolicyRequest)this;
166-
}
167-
168-
/**
169-
* Sets the order by clause for the request
170-
*
171-
* @param value the order by clause
172-
* @return the updated request
173-
*/
174-
public IActivityBasedTimeoutPolicyRequest orderBy(final String value) {
175-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
176-
return (ActivityBasedTimeoutPolicyRequest)this;
177-
}
178-
179157
}
180158

src/main/java/com/microsoft/graph/requests/extensions/ActivityHistoryItemRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -156,27 +156,5 @@ public IActivityHistoryItemRequest expand(final String value) {
156156
return (ActivityHistoryItemRequest)this;
157157
}
158158

159-
/**
160-
* Sets the filter clause for the request
161-
*
162-
* @param value the filter clause
163-
* @return the updated request
164-
*/
165-
public IActivityHistoryItemRequest filter(final String value) {
166-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
167-
return (ActivityHistoryItemRequest)this;
168-
}
169-
170-
/**
171-
* Sets the order by clause for the request
172-
*
173-
* @param value the order by clause
174-
* @return the updated request
175-
*/
176-
public IActivityHistoryItemRequest orderBy(final String value) {
177-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
178-
return (ActivityHistoryItemRequest)this;
179-
}
180-
181159
}
182160

src/main/java/com/microsoft/graph/requests/extensions/AdministrativeUnitRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -166,27 +166,5 @@ public IAdministrativeUnitRequest expand(final String value) {
166166
return (AdministrativeUnitRequest)this;
167167
}
168168

169-
/**
170-
* Sets the filter clause for the request
171-
*
172-
* @param value the filter clause
173-
* @return the updated request
174-
*/
175-
public IAdministrativeUnitRequest filter(final String value) {
176-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
177-
return (AdministrativeUnitRequest)this;
178-
}
179-
180-
/**
181-
* Sets the order by clause for the request
182-
*
183-
* @param value the order by clause
184-
* @return the updated request
185-
*/
186-
public IAdministrativeUnitRequest orderBy(final String value) {
187-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
188-
return (AdministrativeUnitRequest)this;
189-
}
190-
191169
}
192170

src/main/java/com/microsoft/graph/requests/extensions/AlertRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,5 @@ public IAlertRequest expand(final String value) {
154154
return (AlertRequest)this;
155155
}
156156

157-
/**
158-
* Sets the filter clause for the request
159-
*
160-
* @param value the filter clause
161-
* @return the updated request
162-
*/
163-
public IAlertRequest filter(final String value) {
164-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
165-
return (AlertRequest)this;
166-
}
167-
168-
/**
169-
* Sets the order by clause for the request
170-
*
171-
* @param value the order by clause
172-
* @return the updated request
173-
*/
174-
public IAlertRequest orderBy(final String value) {
175-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
176-
return (AlertRequest)this;
177-
}
178-
179157
}
180158

src/main/java/com/microsoft/graph/requests/extensions/AndroidCompliancePolicyRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,5 @@ public IAndroidCompliancePolicyRequest expand(final String value) {
154154
return (AndroidCompliancePolicyRequest)this;
155155
}
156156

157-
/**
158-
* Sets the filter clause for the request
159-
*
160-
* @param value the filter clause
161-
* @return the updated request
162-
*/
163-
public IAndroidCompliancePolicyRequest filter(final String value) {
164-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
165-
return (AndroidCompliancePolicyRequest)this;
166-
}
167-
168-
/**
169-
* Sets the order by clause for the request
170-
*
171-
* @param value the order by clause
172-
* @return the updated request
173-
*/
174-
public IAndroidCompliancePolicyRequest orderBy(final String value) {
175-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
176-
return (AndroidCompliancePolicyRequest)this;
177-
}
178-
179157
}
180158

src/main/java/com/microsoft/graph/requests/extensions/AndroidCustomConfigurationRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,5 @@ public IAndroidCustomConfigurationRequest expand(final String value) {
154154
return (AndroidCustomConfigurationRequest)this;
155155
}
156156

157-
/**
158-
* Sets the filter clause for the request
159-
*
160-
* @param value the filter clause
161-
* @return the updated request
162-
*/
163-
public IAndroidCustomConfigurationRequest filter(final String value) {
164-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
165-
return (AndroidCustomConfigurationRequest)this;
166-
}
167-
168-
/**
169-
* Sets the order by clause for the request
170-
*
171-
* @param value the order by clause
172-
* @return the updated request
173-
*/
174-
public IAndroidCustomConfigurationRequest orderBy(final String value) {
175-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
176-
return (AndroidCustomConfigurationRequest)this;
177-
}
178-
179157
}
180158

0 commit comments

Comments
 (0)