Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.EntityVersion
-
Packages that use EntityVersion Package Description com.oracle.bmc.tenantmanagercontrolplane.model com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of EntityVersion in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return EntityVersion Modifier and Type Method Description static EntityVersion
EntityVersion. create(String key)
static EntityVersion
EntityVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityVersion[]
EntityVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityVersion in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return EntityVersion Modifier and Type Method Description EntityVersion
ListAssignedSubscriptionsRequest. getEntityVersion()
The version of the subscription entity.EntityVersion
ListSubscriptionsRequest. getEntityVersion()
The version of the subscription entity.Methods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type EntityVersion Modifier and Type Method Description ListAssignedSubscriptionsRequest.Builder
ListAssignedSubscriptionsRequest.Builder. entityVersion(EntityVersion entityVersion)
The version of the subscription entity.ListSubscriptionsRequest.Builder
ListSubscriptionsRequest.Builder. entityVersion(EntityVersion entityVersion)
The version of the subscription entity.
-