Toggle navigation
Home
java.util.UUID to org.killbill.billing.entitlement.api.SubscriptionBundle
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'killbill'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Similar)
UUID
to
SubscriptionBundle
Other
entitlement.getBundleId() != null ? UUID.fromString(entitlement.getBundleId()) : null
to
UUID.fromString(entitlement.getBundleId())
Rename Variable
bundleId
to
subscriptionBundle