Class ZosmfListDefinedSystemsResponse.Builder
- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.response.ZosmfListDefinedSystemsResponse.Builder
-
- Enclosing class:
- ZosmfListDefinedSystemsResponse
public static class ZosmfListDefinedSystemsResponse.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZosmfListDefinedSystemsResponsebuild()ZosmfListDefinedSystemsResponse.BuilderdefinedSystems(DefinedSystem[] definedSystems)ZosmfListDefinedSystemsResponse.BuildernumRows(Long numRows)
-
-
-
Method Detail
-
build
public ZosmfListDefinedSystemsResponse build()
-
definedSystems
public ZosmfListDefinedSystemsResponse.Builder definedSystems(DefinedSystem[] definedSystems)
-
numRows
public ZosmfListDefinedSystemsResponse.Builder numRows(Long numRows)
-
-