Package com.sforce.soap.metadata
Class PermissionSetLicenseDefinition
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.PermissionSetLicenseDefinition
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLabel()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCustomPermissions(PermissionSetLicenseDefinitionCustomPermission[] customPermissions) protected voidsetCustomPermissions(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsSupplementLicense(boolean isSupplementLicense) protected voidsetIsSupplementLicense(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetLicenseExpirationPolicy(LicenseExpirationPolicy licenseExpirationPolicy) protected voidsetLicenseExpirationPolicy(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetUserLicenseRestrictions(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserLicenseRestrictions(String userLicenseRestrictions) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
PermissionSetLicenseDefinition
public PermissionSetLicenseDefinition()Constructor
-
-
Method Details
-
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
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLicenseExpirationPolicy
-
setLicenseExpirationPolicy
-
setLicenseExpirationPolicy
protected void setLicenseExpirationPolicy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserLicenseRestrictions
-
setUserLicenseRestrictions
-
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
- 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
-
toString
-