Uses of Class
com.softlayer.api.service.container.utility.file.Entity
-
-
Uses of Entity in com.softlayer.api.service.account
Methods in com.softlayer.api.service.account that return Entity Modifier and Type Method Description EntityMasterServiceAgreement.Service. getFile()Gets a File Entity container with the user's account's current MSA PDF.Methods in com.softlayer.api.service.account that return types with arguments of type Entity Modifier and Type Method Description Future<Entity>MasterServiceAgreement.ServiceAsync. getFile()Async version ofMasterServiceAgreement.Service.getFile()Method parameters in com.softlayer.api.service.account with type arguments of type Entity Modifier and Type Method Description Future<?>MasterServiceAgreement.ServiceAsync. getFile(ResponseHandler<Entity> callback) -
Uses of Entity in com.softlayer.api.service.container.network.storage.hub.objectstorage
Subclasses of Entity in com.softlayer.api.service.container.network.storage.hub.objectstorage Modifier and Type Class Description classFileSoftLayer_Container_Network_Storage_Hub_ObjectStorage_File provides specific details that only apply to files that are sent or received from CloudLayer storage resources. -
Uses of Entity in com.softlayer.api.service.network
Methods in com.softlayer.api.service.network that return Entity Modifier and Type Method Description EntityStorage.Service. downloadFile(String fileId){{CloudLayerOnlyMethod}} Download a file from a Storage account.EntityStorage.Service. getFileByIdentifier(String identifier){{CloudLayerOnlyMethod}} Retrieve details such as id, name, size, create date of a file within a Storage account.EntityStorage.Service. getRecycleBinFileByIdentifier(String fileId){{CloudLayerOnlyMethod}} Retrieve the details of a file that is pending deletion in a Storage account's a recycle bin.EntityStorage.Service. restoreFile(String fileId){{CloudLayerOnlyMethod}} Restore an individual file so that it may be used as it was before it was deleted.EntityStorage.Service. uploadFile(Entity file){{CloudLayerOnlyMethod}} Upload a file to a Storage account's root directory.Methods in com.softlayer.api.service.network that return types with arguments of type Entity Modifier and Type Method Description Future<Entity>Storage.ServiceAsync. downloadFile(String fileId)Async version ofStorage.Service.downloadFile(java.lang.String)List<Entity>Storage.Service. getAllFiles(){{CloudLayerOnlyMethod}} Retrieve details such as id, name, size, create date for all files in a Storage account's root directory.Future<List<Entity>>Storage.ServiceAsync. getAllFiles()Async version ofStorage.Service.getAllFiles()List<Entity>Storage.Service. getAllFilesByFilter(Entity filter){{CloudLayerOnlyMethod}} Retrieve details such as id, name, size, create date for all files matching the filter's criteria in a Storage account's root directory.Future<List<Entity>>Storage.ServiceAsync. getAllFilesByFilter(Entity filter)Future<Entity>Storage.ServiceAsync. getFileByIdentifier(String identifier)Async version ofStorage.Service.getFileByIdentifier(java.lang.String)List<Entity>Storage.Service. getFileList(String folder, String path)Future<List<Entity>>Storage.ServiceAsync. getFileList(String folder, String path)Async version ofStorage.Service.getFileList(java.lang.String, java.lang.String)List<Entity>Storage.Service. getFilesPendingDelete(){{CloudLayerOnlyMethod}} Retrieve a list of files that are pending deletion in a Storage account's recycle bin.Future<List<Entity>>Storage.ServiceAsync. getFilesPendingDelete()Async version ofStorage.Service.getFilesPendingDelete()Future<Entity>Storage.ServiceAsync. getRecycleBinFileByIdentifier(String fileId)Async version ofStorage.Service.getRecycleBinFileByIdentifier(java.lang.String)Future<Entity>Storage.ServiceAsync. restoreFile(String fileId)Async version ofStorage.Service.restoreFile(java.lang.String)Future<Entity>Storage.ServiceAsync. uploadFile(Entity file)Methods in com.softlayer.api.service.network with parameters of type Entity Modifier and Type Method Description List<Entity>Storage.Service. getAllFilesByFilter(Entity filter){{CloudLayerOnlyMethod}} Retrieve details such as id, name, size, create date for all files matching the filter's criteria in a Storage account's root directory.Future<List<Entity>>Storage.ServiceAsync. getAllFilesByFilter(Entity filter)Future<?>Storage.ServiceAsync. getAllFilesByFilter(Entity filter, ResponseHandler<List<Entity>> callback)EntityStorage.Service. uploadFile(Entity file){{CloudLayerOnlyMethod}} Upload a file to a Storage account's root directory.Future<Entity>Storage.ServiceAsync. uploadFile(Entity file)Future<?>Storage.ServiceAsync. uploadFile(Entity file, ResponseHandler<Entity> callback)Method parameters in com.softlayer.api.service.network with type arguments of type Entity Modifier and Type Method Description Future<?>Storage.ServiceAsync. downloadFile(String fileId, ResponseHandler<Entity> callback)Future<?>Storage.ServiceAsync. getAllFiles(ResponseHandler<List<Entity>> callback)Future<?>Storage.ServiceAsync. getAllFilesByFilter(Entity filter, ResponseHandler<List<Entity>> callback)Future<?>Storage.ServiceAsync. getFileByIdentifier(String identifier, ResponseHandler<Entity> callback)Future<?>Storage.ServiceAsync. getFileList(String folder, String path, ResponseHandler<List<Entity>> callback)Future<?>Storage.ServiceAsync. getFilesPendingDelete(ResponseHandler<List<Entity>> callback)Future<?>Storage.ServiceAsync. getRecycleBinFileByIdentifier(String fileId, ResponseHandler<Entity> callback)Future<?>Storage.ServiceAsync. restoreFile(String fileId, ResponseHandler<Entity> callback)Future<?>Storage.ServiceAsync. uploadFile(Entity file, ResponseHandler<Entity> callback) -
Uses of Entity in com.softlayer.api.service.network.storage.hub.swift
Methods in com.softlayer.api.service.network.storage.hub.swift that return types with arguments of type Entity Modifier and Type Method Description List<Entity>Share.Service. getFileList(String container, String path)This method returns a collection of the file objects within a container and the given path.Future<List<Entity>>Share.ServiceAsync. getFileList(String container, String path)Async version ofShare.Service.getFileList(java.lang.String, java.lang.String)Method parameters in com.softlayer.api.service.network.storage.hub.swift with type arguments of type Entity Modifier and Type Method Description Future<?>Share.ServiceAsync. getFileList(String container, String path, ResponseHandler<List<Entity>> callback) -
Uses of Entity in com.softlayer.api.service.network.tunnel.module
Methods in com.softlayer.api.service.network.tunnel.module that return Entity Modifier and Type Method Description EntityContext.Service. downloadAddressTranslationConfigurations()Provides all of the address translation configurations for an IPSec VPN tunnel in a text fileEntityContext.Service. downloadParameterConfigurations()Provides all of the configurations for an IPSec VPN network tunnel in a text fileMethods in com.softlayer.api.service.network.tunnel.module that return types with arguments of type Entity Modifier and Type Method Description Future<Entity>Context.ServiceAsync. downloadAddressTranslationConfigurations()Async version ofContext.Service.downloadAddressTranslationConfigurations()Future<Entity>Context.ServiceAsync. downloadParameterConfigurations()Async version ofContext.Service.downloadParameterConfigurations()Method parameters in com.softlayer.api.service.network.tunnel.module with type arguments of type Entity Modifier and Type Method Description Future<?>Context.ServiceAsync. downloadAddressTranslationConfigurations(ResponseHandler<Entity> callback)Future<?>Context.ServiceAsync. downloadParameterConfigurations(ResponseHandler<Entity> callback)
-