Package com.bandwidth.iris.sdk.model
Class Order
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.BaseModel
-
- com.bandwidth.iris.sdk.model.Order
-
public class Order extends BaseModel
-
-
Constructor Summary
Constructors Constructor Description Order()
-
Method Summary
-
-
-
Method Detail
-
create
public static OrderResponse create(IrisClient client, Order order) throws Exception
- Throws:
Exception
-
get
public static OrderResponse get(IrisClient client, String orderId) throws Exception
- Throws:
Exception
-
getid
public String getid()
-
setid
public void setid(String id)
-
isBackOrderRequested
public boolean isBackOrderRequested()
-
setBackOrderRequested
public void setBackOrderRequested(boolean backOrderRequested)
-
getOrderCreateDate
public Date getOrderCreateDate()
-
setOrderCreateDate
public void setOrderCreateDate(Date orderCreateDate)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getSiteId
public String getSiteId()
-
setSiteId
public void setSiteId(String siteId)
-
getPeerId
public String getPeerId()
-
setPeerId
public void setPeerId(String peerId)
-
getCustomerOrderId
public String getCustomerOrderId()
-
setCustomerOrderId
public void setCustomerOrderId(String customerOrderId)
-
isPartialAllowed
public boolean isPartialAllowed()
-
setPartialAllowed
public void setPartialAllowed(boolean partialAllowed)
-
getExistingTelephoneNumberOrderType
public ExistingTelephoneNumberOrderType getExistingTelephoneNumberOrderType()
-
setExistingTelephoneNumberOrderType
public void setExistingTelephoneNumberOrderType(ExistingTelephoneNumberOrderType existingTelephoneNumberOrderType)
-
getAreaCodeSearchAndOrderType
public AreaCodeSearchAndOrderType getAreaCodeSearchAndOrderType()
-
setAreaCodeSearchAndOrderType
public void setAreaCodeSearchAndOrderType(AreaCodeSearchAndOrderType areaCodeSearchAndOrderType)
-
getCitySearchAndOrderType
public CitySearchAndOrderType getCitySearchAndOrderType()
-
setCitySearchAndOrderType
public void setCitySearchAndOrderType(CitySearchAndOrderType citySearchAndOrderType)
-
getLataSearchAndOrderType
public LATASearchAndOrderType getLataSearchAndOrderType()
-
setLataSearchAndOrderType
public void setLataSearchAndOrderType(LATASearchAndOrderType lataSearchAndOrderType)
-
getNpanxxSearchAndOrderType
public NPANXXSearchAndOrderType getNpanxxSearchAndOrderType()
-
setNpanxxSearchAndOrderType
public void setNpanxxSearchAndOrderType(NPANXXSearchAndOrderType npanxxSearchAndOrderType)
-
getRateCenterSearchAndOrderType
public RateCenterSearchAndOrderType getRateCenterSearchAndOrderType()
-
setRateCenterSearchAndOrderType
public void setRateCenterSearchAndOrderType(RateCenterSearchAndOrderType rateCenterSearchAndOrderType)
-
getStateSearchAndOrderType
public StateSearchAndOrderType getStateSearchAndOrderType()
-
setStateSearchAndOrderType
public void setStateSearchAndOrderType(StateSearchAndOrderType stateSearchAndOrderType)
-
getTollFreeVanitySearchAndOrderType
public TollFreeVanitySearchAndOrderType getTollFreeVanitySearchAndOrderType()
-
setTollFreeVanitySearchAndOrderType
public void setTollFreeVanitySearchAndOrderType(TollFreeVanitySearchAndOrderType tollFreeVanitySearchAndOrderType)
-
getTollFreeWildCharSearchAndOrderType
public TollFreeWildCharSearchAndOrderType getTollFreeWildCharSearchAndOrderType()
-
setTollFreeWildCharSearchAndOrderType
public void setTollFreeWildCharSearchAndOrderType(TollFreeWildCharSearchAndOrderType tollFreeWildCharSearchAndOrderType)
-
getZipSearchAndOrderType
public ZIPSearchAndOrderType getZipSearchAndOrderType()
-
setZipSearchAndOrderType
public void setZipSearchAndOrderType(ZIPSearchAndOrderType zipSearchAndOrderType)
-
getCombinedSearchAndOrderType
public CombinedSearchAndOrderType getCombinedSearchAndOrderType()
-
setCombinedSearchAndOrderType
public void setCombinedSearchAndOrderType(CombinedSearchAndOrderType combinedSearchAndOrderType)
-
-