public static final class GenerateDownloadSecretKeyRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GenerateDownloadSecretKeyRequest.Builder |
appDecryptKey(String appDecryptKey)
A custom string of 16 to 32 characters in length.
|
GenerateDownloadSecretKeyRequest.Builder |
appIdentification(String appIdentification)
The unique identifier of the app.
|
GenerateDownloadSecretKeyRequest |
build() |
GenerateDownloadSecretKeyRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GenerateDownloadSecretKeyRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GenerateDownloadSecretKeyRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public GenerateDownloadSecretKeyRequest.Builder appDecryptKey(String appDecryptKey)
public GenerateDownloadSecretKeyRequest.Builder appIdentification(String appIdentification)
* Android: the SHA-1 fingerprint of the keystore. The value is a string that contains a colon (:). * iOS: the bundle ID of the app. * Windows: the serial number in the digital signature certificate. For more information about how to obtain the unique identifier of an app, see [Obtain the unique app identifier](~~86107#section-wtj-9d7-lg2~~).
public GenerateDownloadSecretKeyRequest.Builder ownerId(Long ownerId)
public GenerateDownloadSecretKeyRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GenerateDownloadSecretKeyRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GenerateDownloadSecretKeyRequest build()
Copyright © 2024. All rights reserved.