public class OutgoingCallingPlanRedirectingDepartmentPermissions extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected DepartmentKey |
departmentKey |
protected String |
departmentName |
protected OutgoingCallingPlanRedirectingPermissions |
permissions |
Constructor and Description |
---|
OutgoingCallingPlanRedirectingDepartmentPermissions()
Serializable Constructor
|
OutgoingCallingPlanRedirectingDepartmentPermissions(DepartmentKey departmentKey,
String departmentName,
OutgoingCallingPlanRedirectingPermissions permissions) |
@NotNull protected DepartmentKey departmentKey
@NotNull @Size(min=1) protected String departmentName
@NotNull protected OutgoingCallingPlanRedirectingPermissions permissions
public OutgoingCallingPlanRedirectingDepartmentPermissions(DepartmentKey departmentKey, String departmentName, OutgoingCallingPlanRedirectingPermissions permissions)
public OutgoingCallingPlanRedirectingDepartmentPermissions()
public DepartmentKey getDepartmentKey()
public OutgoingCallingPlanRedirectingDepartmentPermissions setDepartmentKey(DepartmentKey departmentKey)
public String getDepartmentName()
public OutgoingCallingPlanRedirectingDepartmentPermissions setDepartmentName(String departmentName)
public OutgoingCallingPlanRedirectingPermissions getPermissions()
public OutgoingCallingPlanRedirectingDepartmentPermissions setPermissions(OutgoingCallingPlanRedirectingPermissions permissions)
@GwtIncompatible public static Element formRequest(Request<?> request, OutgoingCallingPlanRedirectingDepartmentPermissions datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static OutgoingCallingPlanRedirectingDepartmentPermissions getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static OutgoingCallingPlanRedirectingDepartmentPermissions[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.