public class ImportTnOrder extends BaseModel
| Constructor and Description |
|---|
ImportTnOrder() |
public static ImportTnOrdersResponse Create(IrisClient client, ImportTnOrder order) throws Exception
Exceptionpublic static ImportTnOrders List(IrisClient client, Map<String,Object> query) throws Exception
Exceptionpublic static ImportTnOrder Get(IrisClient client, String orderId) throws Exception
Exceptionpublic static OrderHistoryWrapper GetHistory(IrisClient client, String orderId) throws Exception
Exceptionpublic static FileListResponse GetLoas(IrisClient client, String orderId) throws Exception
Exceptionpublic static void UploadLoasFile(IrisClient client, String orderId, File file, String contentType) throws Exception
Exceptionpublic static byte[] GetLoasFile(IrisClient client, String orderId, String loasId) throws Exception
Exceptionpublic static void ReplaceLoasFile(IrisClient client, String orderId, String fileid, File file, String contentType) throws Exception
Exceptionpublic static void DeleteLoasFile(IrisClient client, String orderId, String fileid) throws Exception
Exceptionpublic static FileMetaData GetLoasFileMetadata(IrisClient client, String orderId, String fileid) throws Exception
Exceptionpublic static void CreateLoasFileMetadata(IrisClient client, String orderId, String fileId, FileMetaData metadata) throws Exception
Exceptionpublic static void DeleteLoasFileMetadata(IrisClient client, String orderId, String fileId) throws Exception
Exceptionpublic String getCustomerOrderId()
public void setCustomerOrderId(String customerOrderId)
public String getOrderCreateDate()
public void setOrderCreateDate(String orderCreateDate)
public String getAccountId()
public void setAccountId(String accountId)
public String getCreatedByUser()
public void setCreatedByUser(String createdByUser)
public String getOrderId()
public void setOrderId(String orderId)
public String getLastModifiedDate()
public void setLastModifiedDate(String lastModifiedDate)
public int getSiteId()
public void setSiteId(int siteId)
public Subscriber getSubscriber()
public void setSubscriber(Subscriber subscriber)
public String getLoaAuthorizingPerson()
public void setLoaAuthorizingPerson(String loaAuthorizingPerson)
public List<TelephoneNumber> getTelephoneNumberList()
public void setTelephoneNumberList(List<TelephoneNumber> telephoneNumberList)
public String getProcessingStatus()
public void setProcessingStatus(String processingStatus)
public int getSipPeer()
public void setSipPeer(int sipPeer)
Copyright © 2020. All rights reserved.