public static final class GetAuthorizationUrlRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAuthorizationUrlRequest |
build() |
GetAuthorizationUrlRequest.Builder |
endDate(String endDate)
The authorization end date, which is in the yyyy-MM-dd format.
|
GetAuthorizationUrlRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetAuthorizationUrlRequest.Builder |
phoneNo(String phoneNo)
The phone number.
|
GetAuthorizationUrlRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetAuthorizationUrlRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
GetAuthorizationUrlRequest.Builder |
schemeId(Long schemeId)
The ID of the authorization scenario.
|
public GetAuthorizationUrlRequest.Builder endDate(String endDate)
The authorization end date, which is in the yyyy-MM-dd format. This parameter is required for services of contract type.
example:2020–12–28
public GetAuthorizationUrlRequest.Builder ownerId(Long ownerId)
public GetAuthorizationUrlRequest.Builder phoneNo(String phoneNo)
The phone number.
This parameter is required.
example:1390000****
public GetAuthorizationUrlRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetAuthorizationUrlRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetAuthorizationUrlRequest.Builder schemeId(Long schemeId)
The ID of the authorization scenario. You can view the ID of the authorization scenario on the Authorization Scenario Management page in the Phone Number Verification Service console.
This parameter is required.
example:234****
public GetAuthorizationUrlRequest build()
Copyright © 2025. All rights reserved.