Uses of Class
com.bandwidth.iris.sdk.model.LoaFileType
-
Packages that use LoaFileType Package Description com.bandwidth.iris.sdk.model -
-
Uses of LoaFileType in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return LoaFileType Modifier and Type Method Description static LoaFileTypeLoaFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static LoaFileType[]LoaFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bandwidth.iris.sdk.model with parameters of type LoaFileType Modifier and Type Method Description voidLnpOrder. updateLoa(File file, LoaFileType fileType)voidLnpOrder. uploadLoa(File file, LoaFileType fileType)
-