Uses of Class
com.oracle.bmc.usage.model.RedeemableUserCollection
-
Packages that use RedeemableUserCollection Package Description com.oracle.bmc.usage.model com.oracle.bmc.usage.responses -
-
Uses of RedeemableUserCollection in com.oracle.bmc.usage.model
Methods in com.oracle.bmc.usage.model that return RedeemableUserCollection Modifier and Type Method Description RedeemableUserCollection
RedeemableUserCollection.Builder. build()
Methods in com.oracle.bmc.usage.model with parameters of type RedeemableUserCollection Modifier and Type Method Description RedeemableUserCollection.Builder
RedeemableUserCollection.Builder. copy(RedeemableUserCollection model)
-
Uses of RedeemableUserCollection in com.oracle.bmc.usage.responses
Methods in com.oracle.bmc.usage.responses that return RedeemableUserCollection Modifier and Type Method Description RedeemableUserCollection
CreateRedeemableUserResponse. getRedeemableUserCollection()
The returned RedeemableUserCollection instance.RedeemableUserCollection
ListRedeemableUsersResponse. getRedeemableUserCollection()
The returned RedeemableUserCollection instance.Methods in com.oracle.bmc.usage.responses with parameters of type RedeemableUserCollection Modifier and Type Method Description CreateRedeemableUserResponse.Builder
CreateRedeemableUserResponse.Builder. redeemableUserCollection(RedeemableUserCollection redeemableUserCollection)
The returned RedeemableUserCollection instance.ListRedeemableUsersResponse.Builder
ListRedeemableUsersResponse.Builder. redeemableUserCollection(RedeemableUserCollection redeemableUserCollection)
The returned RedeemableUserCollection instance.
-