Package com.sforce.soap.metadata
Class PermissionSetLicenseDefinition
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.PermissionSetLicenseDefinition
-
-
Constructor Summary
Constructors Constructor Description PermissionSetLicenseDefinition()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCustomPermissions
public PermissionSetLicenseDefinitionCustomPermission[] getCustomPermissions()
-
setCustomPermissions
public void setCustomPermissions(PermissionSetLicenseDefinitionCustomPermission[] customPermissions)
-
setCustomPermissions
protected void setCustomPermissions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsSupplementLicense
public boolean getIsSupplementLicense()
-
isIsSupplementLicense
public boolean isIsSupplementLicense()
-
setIsSupplementLicense
public void setIsSupplementLicense(boolean isSupplementLicense)
-
setIsSupplementLicense
protected void setIsSupplementLicense(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLicenseExpirationPolicy
public LicenseExpirationPolicy getLicenseExpirationPolicy()
-
setLicenseExpirationPolicy
public void setLicenseExpirationPolicy(LicenseExpirationPolicy licenseExpirationPolicy)
-
setLicenseExpirationPolicy
protected void setLicenseExpirationPolicy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUserLicenseRestrictions
public String getUserLicenseRestrictions()
-
setUserLicenseRestrictions
public void setUserLicenseRestrictions(String userLicenseRestrictions)
-
setUserLicenseRestrictions
protected void setUserLicenseRestrictions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-