Skip to content

Commit 8c2553d

Browse files
committed
- updates unit test files
1 parent 47e2404 commit 8c2553d

34 files changed

+0
-728
lines changed

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/CallReferenceRequest.java

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,6 @@ public ICallReferenceRequest expand(final String value) {
6363
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$expand", value));
6464
return (CallReferenceRequest)this;
6565
}
66-
/**
67-
* Sets the filter clause for the request
68-
*
69-
* @param value the filter clause
70-
* @return the updated request
71-
*/
72-
public ICallReferenceRequest filter(final String value) {
73-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
74-
return (CallReferenceRequest)this;
75-
}
76-
/**
77-
* Sets the order by clause for the request
78-
*
79-
* @param value the order by clause
80-
* @return the updated request
81-
*/
82-
public ICallReferenceRequest orderBy(final String value) {
83-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
84-
return (CallReferenceRequest)this;
85-
}
8666
/**
8767
* Puts the Call
8868
*

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/CallRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,5 @@ public ICallRequest expand(final String value) {
154154
return (CallRequest)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 ICallRequest filter(final String value) {
164-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
165-
return (CallRequest)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 ICallRequest orderBy(final String value) {
175-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
176-
return (CallRequest)this;
177-
}
178-
179157
}
180158

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/CallWithReferenceRequest.java

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,4 @@ public ICallWithReferenceRequest expand(final String value) {
9393
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$expand", value));
9494
return (CallWithReferenceRequest)this;
9595
}
96-
/**
97-
* Sets the filter clause for the request
98-
*
99-
* @param value the filter clause
100-
* @return the updated request
101-
*/
102-
public ICallWithReferenceRequest filter(final String value) {
103-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
104-
return (CallWithReferenceRequest)this;
105-
}
106-
/**
107-
* Sets the order by clause for the request
108-
*
109-
* @param value the order by clause
110-
* @return the updated request
111-
*/
112-
public ICallWithReferenceRequest orderBy(final String value) {
113-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
114-
return (CallWithReferenceRequest)this;
115-
}
11696
}

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/CloudCommunicationsRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -162,27 +162,5 @@ public ICloudCommunicationsRequest expand(final String value) {
162162
return (CloudCommunicationsRequest)this;
163163
}
164164

165-
/**
166-
* Sets the filter clause for the request
167-
*
168-
* @param value the filter clause
169-
* @return the updated request
170-
*/
171-
public ICloudCommunicationsRequest filter(final String value) {
172-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
173-
return (CloudCommunicationsRequest)this;
174-
}
175-
176-
/**
177-
* Sets the order by clause for the request
178-
*
179-
* @param value the order by clause
180-
* @return the updated request
181-
*/
182-
public ICloudCommunicationsRequest orderBy(final String value) {
183-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
184-
return (CloudCommunicationsRequest)this;
185-
}
186-
187165
}
188166

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/EndpointRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,5 @@ public IEndpointRequest expand(final String value) {
154154
return (EndpointRequest)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 IEndpointRequest filter(final String value) {
164-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
165-
return (EndpointRequest)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 IEndpointRequest orderBy(final String value) {
175-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
176-
return (EndpointRequest)this;
177-
}
178-
179157
}
180158

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/EntityRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -69,27 +69,5 @@ public IEntityRequest expand(final String value) {
6969
return (EntityRequest)this;
7070
}
7171

72-
/**
73-
* Sets the filter clause for the request
74-
*
75-
* @param value the filter clause
76-
* @return the updated request
77-
*/
78-
public IEntityRequest filter(final String value) {
79-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
80-
return (EntityRequest)this;
81-
}
82-
83-
/**
84-
* Sets the order by clause for the request
85-
*
86-
* @param value the order by clause
87-
* @return the updated request
88-
*/
89-
public IEntityRequest orderBy(final String value) {
90-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
91-
return (EntityRequest)this;
92-
}
93-
9472
}
9573

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/EntityType2ReferenceRequest.java

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,6 @@ public IEntityType2ReferenceRequest expand(final String value) {
6363
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$expand", value));
6464
return (EntityType2ReferenceRequest)this;
6565
}
66-
/**
67-
* Sets the filter clause for the request
68-
*
69-
* @param value the filter clause
70-
* @return the updated request
71-
*/
72-
public IEntityType2ReferenceRequest filter(final String value) {
73-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
74-
return (EntityType2ReferenceRequest)this;
75-
}
76-
/**
77-
* Sets the order by clause for the request
78-
*
79-
* @param value the order by clause
80-
* @return the updated request
81-
*/
82-
public IEntityType2ReferenceRequest orderBy(final String value) {
83-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
84-
return (EntityType2ReferenceRequest)this;
85-
}
8666
/**
8767
* Puts the EntityType2
8868
*

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/EntityType2Request.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,5 @@ public IEntityType2Request expand(final String value) {
154154
return (EntityType2Request)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 IEntityType2Request filter(final String value) {
164-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
165-
return (EntityType2Request)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 IEntityType2Request orderBy(final String value) {
175-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
176-
return (EntityType2Request)this;
177-
}
178-
179157
}
180158

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/EntityType2WithReferenceRequest.java

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,4 @@ public IEntityType2WithReferenceRequest expand(final String value) {
9393
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$expand", value));
9494
return (EntityType2WithReferenceRequest)this;
9595
}
96-
/**
97-
* Sets the filter clause for the request
98-
*
99-
* @param value the filter clause
100-
* @return the updated request
101-
*/
102-
public IEntityType2WithReferenceRequest filter(final String value) {
103-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
104-
return (EntityType2WithReferenceRequest)this;
105-
}
106-
/**
107-
* Sets the order by clause for the request
108-
*
109-
* @param value the order by clause
110-
* @return the updated request
111-
*/
112-
public IEntityType2WithReferenceRequest orderBy(final String value) {
113-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
114-
return (EntityType2WithReferenceRequest)this;
115-
}
11696
}

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/EntityType3ForwardRequest.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -77,26 +77,4 @@ public IEntityType3ForwardRequest expand(final String value) {
7777
return (EntityType3ForwardRequest)this;
7878
}
7979

80-
/**
81-
* Sets the filter clause for the request
82-
*
83-
* @param value the filter clause
84-
* @return the updated request
85-
*/
86-
public IEntityType3ForwardRequest filter(final String value) {
87-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$filter", value));
88-
return (EntityType3ForwardRequest)this;
89-
}
90-
91-
/**
92-
* Sets the order by clause for the request
93-
*
94-
* @param value the order by clause
95-
* @return the updated request
96-
*/
97-
public IEntityType3ForwardRequest orderBy(final String value) {
98-
getQueryOptions().add(new com.microsoft.graph.options.QueryOption("$orderby", value));
99-
return (EntityType3ForwardRequest)this;
100-
}
101-
10280
}

0 commit comments

Comments
 (0)