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.tenantmanagercontrolplane
Methods 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 theOrganizationSummary
objects contained in responses from the listOrganizations operation. -
Uses of OrganizationSummary in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return OrganizationSummary Modifier and Type Method Description OrganizationSummary
OrganizationSummary.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.Builder
OrganizationSummary.Builder. copy(OrganizationSummary model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type OrganizationSummary Modifier and Type Method Description OrganizationCollection.Builder
OrganizationCollection.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.
-