Uses of Class
zowe.client.sdk.teamconfig.model.Partition
-
Packages that use Partition Package Description zowe.client.sdk.teamconfig.model Definitions of model POJOs to represent Zowe Global Team Configuration -
-
Uses of Partition in zowe.client.sdk.teamconfig.model
Methods in zowe.client.sdk.teamconfig.model that return types with arguments of type Partition Modifier and Type Method Description List<Partition>ConfigContainer. getPartitions()Return list of partitionsConstructor parameters in zowe.client.sdk.teamconfig.model with type arguments of type Partition Constructor Description ConfigContainer(List<Partition> partitions, String schema, List<Profile> profiles, Map<String,String> defaults, Boolean autoStore)ConfigContainer constructor
-