Uses of Class
com.kaltura.client.enums.AttachmentAssetStatus
-
Packages that use AttachmentAssetStatus Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of AttachmentAssetStatus in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return AttachmentAssetStatus Modifier and Type Method Description static AttachmentAssetStatusAttachmentAssetStatus. get(Integer value)static AttachmentAssetStatusAttachmentAssetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentAssetStatus[]AttachmentAssetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttachmentAssetStatus in com.kaltura.client.types
Methods in com.kaltura.client.types that return AttachmentAssetStatus Modifier and Type Method Description AttachmentAssetStatusAttachmentAsset. getStatus()AttachmentAssetStatusAttachmentAssetBaseFilter. getStatusEqual()Methods in com.kaltura.client.types with parameters of type AttachmentAssetStatus Modifier and Type Method Description voidAttachmentAssetBaseFilter. setStatusEqual(AttachmentAssetStatus statusEqual)
-