Class MobileAppContentFile.Builder

    • Method Detail

      • azureStorageUri

        public MobileAppContentFile.Builder azureStorageUri​(String azureStorageUri)
        “The Azure Storage URI.”
        Parameters:
        azureStorageUri - value of azureStorageUri property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • azureStorageUriExpirationDateTime

        public MobileAppContentFile.Builder azureStorageUriExpirationDateTime​(OffsetDateTime azureStorageUriExpirationDateTime)
        “The time the Azure storage Uri expires.”
        Parameters:
        azureStorageUriExpirationDateTime - value of azureStorageUriExpirationDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • createdDateTime

        public MobileAppContentFile.Builder createdDateTime​(OffsetDateTime createdDateTime)
        “The time the file was created.”
        Parameters:
        createdDateTime - value of createdDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • isCommitted

        public MobileAppContentFile.Builder isCommitted​(Boolean isCommitted)
        “A value indicating whether the file is committed.”
        Parameters:
        isCommitted - value of isCommitted property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • manifest

        public MobileAppContentFile.Builder manifest​(byte[] manifest)
        “The manifest information.”
        Parameters:
        manifest - value of manifest property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • name

        public MobileAppContentFile.Builder name​(String name)
        “the file name.”
        Parameters:
        name - value of name property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • size

        public MobileAppContentFile.Builder size​(Long size)
        “The size of the file prior to encryption.”
        Parameters:
        size - value of size property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • sizeEncrypted

        public MobileAppContentFile.Builder sizeEncrypted​(Long sizeEncrypted)
        “The size of the file after encryption.”
        Parameters:
        sizeEncrypted - value of sizeEncrypted property (as defined in service metadata)
        Returns:
        this (for method chaining)