Uses of Class
com.woorea.openstack.keystone.model.Tenant
-
Packages that use Tenant Package Description com.woorea.openstack.keystone.api com.woorea.openstack.keystone.model -
-
Uses of Tenant in com.woorea.openstack.keystone.api
Fields in com.woorea.openstack.keystone.api declared as Tenant Modifier and Type Field Description private TenantTenantsResource.Create. tenantprivate TenantTenantsResource.Update. tenantMethods in com.woorea.openstack.keystone.api with parameters of type Tenant Modifier and Type Method Description TenantsResource.CreateTenantsResource. create(Tenant tenant)TenantsResource.UpdateTenantsResource. update(java.lang.String id, Tenant tenant)Constructors in com.woorea.openstack.keystone.api with parameters of type Tenant Constructor Description Create(Tenant tenant)Update(java.lang.String id, Tenant tenant) -
Uses of Tenant in com.woorea.openstack.keystone.model
Fields in com.woorea.openstack.keystone.model declared as Tenant Modifier and Type Field Description private TenantToken. tenantFields in com.woorea.openstack.keystone.model with type parameters of type Tenant Modifier and Type Field Description private java.util.List<Tenant>Tenants. listMethods in com.woorea.openstack.keystone.model that return Tenant Modifier and Type Method Description TenantToken. getTenant()Methods in com.woorea.openstack.keystone.model that return types with arguments of type Tenant Modifier and Type Method Description java.util.List<Tenant>Tenants. getList()java.util.Iterator<Tenant>Tenants. iterator()
-