Package com.bandwidth.iris.sdk.model
Class Csr
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.BaseModel
-
- com.bandwidth.iris.sdk.model.Csr
-
public class Csr extends BaseModel
-
-
Constructor Summary
Constructors Constructor Description Csr()
-
Method Summary
-
-
-
Method Detail
-
Create
public static CsrResponse Create(IrisClient client, Csr order) throws Exception
- Throws:
Exception
-
Get
public static CsrResponse Get(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
Replace
public static CsrResponse Replace(IrisClient client, String orderId, Csr csr) throws Exception
- Throws:
Exception
-
GetNotes
public static Notes GetNotes(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
AddNote
public static IrisResponse AddNote(IrisClient client, String orderId, Note note) throws Exception
- Throws:
Exception
-
UpdateNote
public static IrisResponse UpdateNote(IrisClient client, String orderId, String noteId, Note note) throws Exception
- Throws:
Exception
-
getAccountId
public String getAccountId()
-
setAccountId
public void setAccountId(String accountId)
-
getCustomerOrderId
public String getCustomerOrderId()
-
setCustomerOrderId
public void setCustomerOrderId(String customerOrderId)
-
getWorkingOrBillingTelephoneNumber
public String getWorkingOrBillingTelephoneNumber()
-
setWorkingOrBillingTelephoneNumber
public void setWorkingOrBillingTelephoneNumber(String workingOrBillingTelephoneNumber)
-
getAccountNumber
public String getAccountNumber()
-
setAccountNumber
public void setAccountNumber(String accountNumber)
-
getAccountTelephoneNumber
public String getAccountTelephoneNumber()
-
setAccountTelephoneNumber
public void setAccountTelephoneNumber(String accountTelephoneNumber)
-
getEndUserName
public String getEndUserName()
-
setEndUserName
public void setEndUserName(String endUserName)
-
getAuthorizingUserName
public String getAuthorizingUserName()
-
setAuthorizingUserName
public void setAuthorizingUserName(String authorizingUserName)
-
getCustomerCode
public String getCustomerCode()
-
setCustomerCode
public void setCustomerCode(String customerCode)
-
getEndUserPIN
public String getEndUserPIN()
-
setEndUserPIN
public void setEndUserPIN(String endUserPIN)
-
getEndUserPassword
public String getEndUserPassword()
-
setEndUserPassword
public void setEndUserPassword(String endUserPassword)
-
getAddressLine1
public String getAddressLine1()
-
setAddressLine1
public void setAddressLine1(String addressLine1)
-
getzIPCode
public String getzIPCode()
-
setzIPCode
public void setzIPCode(String zIPCode)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
getState
public String getState()
-
setState
public void setState(String state)
-
getTypeOfService
public String getTypeOfService()
-
setTypeOfService
public void setTypeOfService(String typeOfService)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
-