public class EmailServer
extends Base
SecureEmailServer
resource.
The schema defining the EmailServer resource is described below.
<xs:element name="EmailServer">
<xs:complexType>
<xs:sequence>
<xs:element name="EmailServerHostName" type="xs:string"/>
<xs:element name="FromEmailAddress" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
EmailServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEmailServer(javax.servlet.http.HttpServletRequest request,
java.lang.String errorType)
DELETE /rest/EmailServer
|
com.quantum.dxi.dao.types.EmailServer |
getEmailServer(javax.servlet.http.HttpServletRequest request,
java.lang.String errorType)
GET /rest/EmailServer
|
BooleanScalarType |
getNotSetAlert(javax.servlet.http.HttpServletRequest request)
GET /rest/EmailServer/notSetAlert
|
BooleanScalarType |
getSendToVendor(javax.servlet.http.HttpServletRequest request)
GET /rest/EmailServer/sendToVendor
|
BooleanScalarType |
setNotSetAlert(javax.servlet.http.HttpServletRequest request,
BooleanScalarType enable)
PUT /rest/EmailServer/notSetAlert
|
BooleanScalarType |
setSendToVendor(javax.servlet.http.HttpServletRequest request,
BooleanScalarType enable)
PUT /rest/EmailServer/sendToVendor
|
com.quantum.dxi.dao.types.EmailServer |
updateEmailServer(javax.servlet.http.HttpServletRequest request,
com.quantum.dxi.dao.types.EmailServer server,
java.lang.String errorType)
PUT /rest/EmailServer
|
public com.quantum.dxi.dao.types.EmailServer getEmailServer(@Context
javax.servlet.http.HttpServletRequest request,
java.lang.String errorType)
Get the configuration of the EmailServer feature on the system.
Response Entity type: <xs:element name="EmailServer">
public com.quantum.dxi.dao.types.EmailServer updateEmailServer(@Context
javax.servlet.http.HttpServletRequest request,
com.quantum.dxi.dao.types.EmailServer server,
java.lang.String errorType)
Update the configuration of the EmailServer feature on the system.
Request Entity type: <xs:element name="EmailServer">
Response Entity type: <xs:element name="EmailServer">
public void deleteEmailServer(@Context
javax.servlet.http.HttpServletRequest request,
java.lang.String errorType)
Delete the configuration of the EmailServer feature on the system.
public BooleanScalarType setNotSetAlert(@Context
javax.servlet.http.HttpServletRequest request,
BooleanScalarType enable)
Enable or disable the creation of administrative alerts when the eamil server is not configured. server is not set.
public BooleanScalarType getNotSetAlert(@Context
javax.servlet.http.HttpServletRequest request)
Return the state of the condition that creates administrative alerts when the email server is not configured.
Response Entity type: <xs:element name="BooleanScalar">
public BooleanScalarType setSendToVendor(@Context
javax.servlet.http.HttpServletRequest request,
BooleanScalarType enable)
Enables or disables the automatic sending of status and configuration reports to the vendor.
public BooleanScalarType getSendToVendor(@Context
javax.servlet.http.HttpServletRequest request)
Return the state of the condition that automatically sends status and configuration reports to the vendor.
Response Entity type: <xs:element name="BooleanScalar">
Copyright © 2011-2023 Quantum Corporation. All Rights Reserved.