Class UserLicenseUsageResponse.Application.UserLicensing
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.response.UserLicenseUsageResponse.Application.UserLicensing
- Enclosing class:
- UserLicenseUsageResponse.Application
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setExternalLicense
(UserLicenseUsageResponse.Application.UserLicensing.ExternalLicense externalLicense) void
void
setReadOnlyLicense
(UserLicenseUsageResponse.Application.UserLicensing.ReadOnlyLicense readOnlyLicense) Methods inherited from class com.veeva.vault.vapil.api.model.VaultModel
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
-
Constructor Details
-
UserLicensing
public UserLicensing()
-
-
Method Details
-
getFullLicense
-
setFullLicense
public void setFullLicense(UserLicenseUsageResponse.Application.UserLicensing.FullLicense fullLicense) -
getReadOnlyLicense
-
setReadOnlyLicense
public void setReadOnlyLicense(UserLicenseUsageResponse.Application.UserLicensing.ReadOnlyLicense readOnlyLicense) -
getExternalLicense
-
setExternalLicense
public void setExternalLicense(UserLicenseUsageResponse.Application.UserLicensing.ExternalLicense externalLicense)
-