Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.OrganizationSummary
- 
Packages that use OrganizationSummary Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model 
- 
- 
Uses of OrganizationSummary in com.oracle.bmc.tenantmanagercontrolplaneMethods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type OrganizationSummary Modifier and Type Method Description Iterable<OrganizationSummary>OrganizationPaginators. listOrganizationsRecordIterator(ListOrganizationsRequest request)Creates a new iterable which will iterate over theOrganizationSummaryobjects contained in responses from the listOrganizations operation.
- 
Uses of OrganizationSummary in com.oracle.bmc.tenantmanagercontrolplane.modelMethods in com.oracle.bmc.tenantmanagercontrolplane.model that return OrganizationSummary Modifier and Type Method Description OrganizationSummaryOrganizationSummary.Builder. build()Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type OrganizationSummary Modifier and Type Method Description List<OrganizationSummary>OrganizationCollection. getItems()Array containing OrganizationSummary items.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type OrganizationSummary Modifier and Type Method Description OrganizationSummary.BuilderOrganizationSummary.Builder. copy(OrganizationSummary model)Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type OrganizationSummary Modifier and Type Method Description OrganizationCollection.BuilderOrganizationCollection.Builder. items(List<OrganizationSummary> items)Array containing OrganizationSummary items.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type OrganizationSummary Constructor Description OrganizationCollection(List<OrganizationSummary> items)Deprecated.
 
-