Uses of Enum Class
io.resys.thena.api.entities.Tenant.StructureType
Packages that use Tenant.StructureType
-
Uses of Tenant.StructureType in io.resys.thena.api.actions
Methods in io.resys.thena.api.actions with parameters of type Tenant.StructureTypeModifier and TypeMethodDescriptionTenantActions.TenantBuilder.name(String name, Tenant.StructureType type) -
Uses of Tenant.StructureType in io.resys.thena.api.entities
Methods in io.resys.thena.api.entities that return Tenant.StructureTypeModifier and TypeMethodDescriptionImmutableTenant.getType()Tenant.getType()static Tenant.StructureTypeReturns the enum constant of this class with the specified name.static Tenant.StructureType[]Tenant.StructureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.thena.api.entities with parameters of type Tenant.StructureTypeModifier and TypeMethodDescriptionfinal ImmutableTenant.BuilderImmutableTenant.Builder.type(Tenant.StructureType type) Initializes the value for thetypeattribute.final ImmutableTenantImmutableTenant.withType(Tenant.StructureType value) Copy the current immutable object by setting a value for thetypeattribute. -
Uses of Tenant.StructureType in io.resys.thena.spi
Methods in io.resys.thena.spi with parameters of type Tenant.StructureTypeConstructors in io.resys.thena.spi with parameters of type Tenant.StructureTypeModifierConstructorDescriptionTenantActionsImpl(TenantDataSource state, Tenant.StructureType type) TenantBuilderImpl(TenantDataSource state, Tenant.StructureType type) TenantQueryImpl(TenantDataSource state, Tenant.StructureType type)