You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/http-client-java/generator/http-client-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/mapper/ClientMethodMapper.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -609,33 +609,33 @@ private void createFluentLroWithResponseSyncClientMethods(Operation operation, C
Copy file name to clipboardExpand all lines: packages/http-client-java/generator/http-client-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/mapper/PollingMetadata.java
Copy file name to clipboardExpand all lines: packages/http-client-java/generator/http-client-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/model/clientmodel/ClientMethod.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,22 @@ public class ClientMethod {
46
46
*/
47
47
privatefinalStringname;
48
48
/**
49
-
* The parameters of this ClientMethod.
49
+
* An immutable list containing all parameters defined for the operation-endpoint, including constants, client
0 commit comments