Uses of Class
com.oracle.bmc.jms.model.SummarizeInstallationUsageFields
-
Packages that use SummarizeInstallationUsageFields Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of SummarizeInstallationUsageFields in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return SummarizeInstallationUsageFields Modifier and Type Method Description static SummarizeInstallationUsageFields
SummarizeInstallationUsageFields. create(String key)
static SummarizeInstallationUsageFields
SummarizeInstallationUsageFields. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeInstallationUsageFields[]
SummarizeInstallationUsageFields. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SummarizeInstallationUsageFields in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return types with arguments of type SummarizeInstallationUsageFields Modifier and Type Method Description List<SummarizeInstallationUsageFields>
SummarizeInstallationUsageRequest. getFields()
Additional fields to include into the returned model on top of the required ones.Methods in com.oracle.bmc.jms.requests with parameters of type SummarizeInstallationUsageFields Modifier and Type Method Description SummarizeInstallationUsageRequest.Builder
SummarizeInstallationUsageRequest.Builder. fields(SummarizeInstallationUsageFields singularValue)
Singular setter.Method parameters in com.oracle.bmc.jms.requests with type arguments of type SummarizeInstallationUsageFields Modifier and Type Method Description SummarizeInstallationUsageRequest.Builder
SummarizeInstallationUsageRequest.Builder. fields(List<SummarizeInstallationUsageFields> fields)
Additional fields to include into the returned model on top of the required ones.
-