Class ShareFileDraft

  • All Implemented Interfaces:
    com.microsoft.azure.toolkit.lib.common.model.AzResource, com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<ShareFile,​com.azure.storage.file.share.models.ShareFileItem>, com.microsoft.azure.toolkit.lib.common.model.AzResourceBase, com.microsoft.azure.toolkit.lib.common.model.Deletable, com.microsoft.azure.toolkit.lib.common.model.Refreshable, StorageFile, StorageFile.Draft<ShareFile,​com.azure.storage.file.share.models.ShareFileItem>, IShareFile

    public class ShareFileDraft
    extends ShareFile
    implements StorageFile.Draft<ShareFile,​com.azure.storage.file.share.models.ShareFileItem>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource

        com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<T extends com.microsoft.azure.toolkit.lib.common.model.AzResource,​R extends Object>, com.microsoft.azure.toolkit.lib.common.model.AzResource.None, com.microsoft.azure.toolkit.lib.common.model.AzResource.Status
      • Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResourceBase

        com.microsoft.azure.toolkit.lib.common.model.AzResourceBase.FormalStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Boolean directory  
      private ShareFile origin  
      private Path sourceFile  
      • Fields inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource

        CACHE_LIFETIME, NONE, RESOURCE_GROUP_PLACEHOLDER
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.azure.storage.file.share.models.ShareFileItem createResourceInAzure()  
      boolean isDirectory()  
      boolean isModified()  
      void reset()  
      com.azure.storage.file.share.models.ShareFileItem updateResourceInAzure​(com.azure.storage.file.share.models.ShareFileItem origin)  
      • Methods inherited from class com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource

        canEqual, delete, deleteFromCache, doModify, doModify, equals, exists, getId, getModule, getName, getParent, getRemote, getResourceGroup, getResourceGroupName, getStatus, getSubModule, hashCode, invalidateCache, isDraft, isDraftForCreating, isDraftForUpdating, loadRemote, refresh, refreshRemoteFromAzure, reloadStatus, remoteOptional, setRemote, setStatus, toString, update, updateAdditionalProperties
      • Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource

        delete, exists, getFullResourceType, getId, getModule, getName, getPortalUrl, getResourceGroupName, getResourceTypeName, getStatus, getSubscription, getSubscriptionId, id, name, refresh
      • Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft

        asResource, commit, createIfNotExist, getModule, getName, getOrigin, getResourceGroupName, updateIfExist
      • Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResourceBase

        getFormalStatus
      • Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.Deletable

        delete
      • Methods inherited from interface com.microsoft.azure.toolkit.lib.storage.share.IShareFile

        getSasUrl
    • Method Detail

      • reset

        public void reset()
        Specified by:
        reset in interface com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<ShareFile,​com.azure.storage.file.share.models.ShareFileItem>
      • createResourceInAzure

        @Nonnull
        public com.azure.storage.file.share.models.ShareFileItem createResourceInAzure()
        Specified by:
        createResourceInAzure in interface com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<ShareFile,​com.azure.storage.file.share.models.ShareFileItem>
      • updateResourceInAzure

        @Nonnull
        public com.azure.storage.file.share.models.ShareFileItem updateResourceInAzure​(@Nonnull
                                                                                       com.azure.storage.file.share.models.ShareFileItem origin)
        Specified by:
        updateResourceInAzure in interface com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<ShareFile,​com.azure.storage.file.share.models.ShareFileItem>
      • isModified

        public boolean isModified()
        Specified by:
        isModified in interface com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<ShareFile,​com.azure.storage.file.share.models.ShareFileItem>