Package com.sforce.soap.metadata
Class VirtualVisitConfig
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.VirtualVisitConfig
- 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 TypeMethodDescriptionbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetComprehendServiceType(VirtualVisitComprehendServiceType comprehendServiceType) protected voidsetComprehendServiceType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetExperienceCloudSiteUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetExperienceCloudSiteUrl(String experienceCloudSiteUrl) protected voidsetExternalMsgServiceIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetExternalMsgServiceIdentifier(String externalMsgServiceIdentifier) protected voidsetExternalRoleIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetExternalRoleIdentifier(String externalRoleIdentifier) protected voidsetExternalUserIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetExternalUserIdentifier(String externalUserIdentifier) voidsetIsProtected(boolean isProtected) protected voidsetIsProtected(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetMessagingRegion(XmlInputStream __in, TypeMapper __typeMapper) voidsetMessagingRegion(String messagingRegion) protected voidsetNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) voidsetNamedCredential(String namedCredential) protected voidsetStorageBucketName(XmlInputStream __in, TypeMapper __typeMapper) voidsetStorageBucketName(String storageBucketName) voidsetUsageType(VirtualVisitUsageType usageType) protected voidsetUsageType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetVideoCallApptTypeValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetVideoCallApptTypeValue(String videoCallApptTypeValue) protected voidsetVideoControlRegion(XmlInputStream __in, TypeMapper __typeMapper) voidsetVideoControlRegion(String videoControlRegion) voidsetVisitRegion(VirtualVisitVisitRegion visitRegion) protected voidsetVisitRegion(XmlInputStream __in, TypeMapper __typeMapper) 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
-
VirtualVisitConfig
public VirtualVisitConfig()Constructor
-
-
Method Details
-
getComprehendServiceType
-
setComprehendServiceType
-
setComprehendServiceType
protected void setComprehendServiceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExperienceCloudSiteUrl
-
setExperienceCloudSiteUrl
-
setExperienceCloudSiteUrl
protected void setExperienceCloudSiteUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExternalMsgServiceIdentifier
-
setExternalMsgServiceIdentifier
-
setExternalMsgServiceIdentifier
protected void setExternalMsgServiceIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExternalRoleIdentifier
-
setExternalRoleIdentifier
-
setExternalRoleIdentifier
protected void setExternalRoleIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExternalUserIdentifier
-
setExternalUserIdentifier
-
setExternalUserIdentifier
protected void setExternalUserIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsProtected
public boolean getIsProtected() -
isIsProtected
public boolean isIsProtected() -
setIsProtected
public void setIsProtected(boolean isProtected) -
setIsProtected
protected void setIsProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMessagingRegion
-
setMessagingRegion
-
setMessagingRegion
protected void setMessagingRegion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNamedCredential
-
setNamedCredential
-
setNamedCredential
protected void setNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStorageBucketName
-
setStorageBucketName
-
setStorageBucketName
protected void setStorageBucketName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUsageType
-
setUsageType
-
setUsageType
protected void setUsageType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVideoCallApptTypeValue
-
setVideoCallApptTypeValue
-
setVideoCallApptTypeValue
protected void setVideoCallApptTypeValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVideoControlRegion
-
setVideoControlRegion
-
setVideoControlRegion
protected void setVideoControlRegion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVisitRegion
-
setVisitRegion
-
setVisitRegion
protected void setVisitRegion(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
-