Package com.bandwidth.iris.sdk.model
Class ImportTnOrder
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.BaseModel
-
- com.bandwidth.iris.sdk.model.ImportTnOrder
-
public class ImportTnOrder extends BaseModel
-
-
Constructor Summary
Constructors Constructor Description ImportTnOrder()
-
Method Summary
-
-
-
Method Detail
-
Create
public static ImportTnOrdersResponse Create(IrisClient client, ImportTnOrder order) throws Exception
- Throws:
Exception
-
List
public static ImportTnOrders List(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
Get
public static ImportTnOrder Get(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
GetHistory
public static OrderHistoryWrapper GetHistory(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
GetLoas
public static FileListResponse GetLoas(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
UploadLoasFile
public static void UploadLoasFile(IrisClient client, String orderId, File file, String contentType) throws Exception
- Throws:
Exception
-
GetLoasFile
public static byte[] GetLoasFile(IrisClient client, String orderId, String loasId) throws Exception
- Throws:
Exception
-
ReplaceLoasFile
public static void ReplaceLoasFile(IrisClient client, String orderId, String fileid, File file, String contentType) throws Exception
- Throws:
Exception
-
DeleteLoasFile
public static void DeleteLoasFile(IrisClient client, String orderId, String fileid) throws Exception
- Throws:
Exception
-
GetLoasFileMetadata
public static FileMetaData GetLoasFileMetadata(IrisClient client, String orderId, String fileid) throws Exception
- Throws:
Exception
-
CreateLoasFileMetadata
public static void CreateLoasFileMetadata(IrisClient client, String orderId, String fileId, FileMetaData metadata) throws Exception
- Throws:
Exception
-
DeleteLoasFileMetadata
public static void DeleteLoasFileMetadata(IrisClient client, String orderId, String fileId) throws Exception
- Throws:
Exception
-
getCustomerOrderId
public String getCustomerOrderId()
-
setCustomerOrderId
public void setCustomerOrderId(String customerOrderId)
-
getOrderCreateDate
public String getOrderCreateDate()
-
setOrderCreateDate
public void setOrderCreateDate(String orderCreateDate)
-
getAccountId
public String getAccountId()
-
setAccountId
public void setAccountId(String accountId)
-
getCreatedByUser
public String getCreatedByUser()
-
setCreatedByUser
public void setCreatedByUser(String createdByUser)
-
getOrderId
public String getOrderId()
-
setOrderId
public void setOrderId(String orderId)
-
getLastModifiedDate
public String getLastModifiedDate()
-
setLastModifiedDate
public void setLastModifiedDate(String lastModifiedDate)
-
getSiteId
public int getSiteId()
-
setSiteId
public void setSiteId(int siteId)
-
getSubscriber
public Subscriber getSubscriber()
-
setSubscriber
public void setSubscriber(Subscriber subscriber)
-
getLoaAuthorizingPerson
public String getLoaAuthorizingPerson()
-
setLoaAuthorizingPerson
public void setLoaAuthorizingPerson(String loaAuthorizingPerson)
-
getProcessingStatus
public String getProcessingStatus()
-
setProcessingStatus
public void setProcessingStatus(String processingStatus)
-
getSipPeer
public int getSipPeer()
-
setSipPeer
public void setSipPeer(int sipPeer)
-
-