RecipientTransferDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. billing. models. ProxyResourceWithTags - com.
azure. resourcemanager. billing. fluent. models. RecipientTransferDetailsInner
- com.
- com.
- com.
public final class RecipientTransferDetailsInner
extends ProxyResourceWithTags
Details of the transfer.
Constructor Summary
| Constructor | Description |
|---|---|
| RecipientTransferDetailsInner() |
Creates an instance of Recipient |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Eligible |
allowedProductType()
Get the allowed |
| String |
canceledBy()
Get the canceled |
| String |
customerTenantId()
Get the customer |
|
List<Detailed |
detailedTransferStatus()
Get the detailed |
|
Offset |
expirationTime()
Get the expiration |
|
static
Recipient |
fromJson(JsonReader jsonReader)
Reads an instance of Recipient |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Initiator |
initiatorCustomerType()
Get the initiator |
| String |
initiatorEmailId()
Get the initiator |
| String |
name()
Get the name property: The name of the resource. |
| String |
recipientEmailId()
Get the recipient |
| String |
resellerId()
Get the reseller |
| String |
resellerName()
Get the reseller |
|
List<Supported |
supportedAccounts()
Get the supported |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Transfer |
transferStatus()
Get the transfer |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Recipient |
withTags(Map<String,String> tags)
Set the tags property: Dictionary of metadata associated with the resource. |
Methods inherited from ProxyResourceWithTags
Methods inherited from java.lang.Object
Constructor Details
RecipientTransferDetailsInner
public RecipientTransferDetailsInner()
Creates an instance of RecipientTransferDetailsInner class.
Method Details
allowedProductType
public List<EligibleProductType> allowedProductType()
Get the allowedProductType property: Type of subscriptions that can be transferred.
Returns:
canceledBy
public String canceledBy()
Get the canceledBy property: The email ID of the user who canceled the transfer request.
Returns:
customerTenantId
public String customerTenantId()
Get the customerTenantId property: The customer tenant id.
Returns:
detailedTransferStatus
public List<DetailedTransferStatus> detailedTransferStatus()
Get the detailedTransferStatus property: Detailed transfer status.
Returns:
expirationTime
public OffsetDateTime expirationTime()
Get the expirationTime property: The time at which the transfer request expires.
Returns:
fromJson
public static RecipientTransferDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of RecipientTransferDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RecipientTransferDetailsInner.id()Returns:
initiatorCustomerType
public InitiatorCustomerType initiatorCustomerType()
Get the initiatorCustomerType property: The type of customer who sent the transfer request.
Returns:
initiatorEmailId
public String initiatorEmailId()
Get the initiatorEmailId property: The email ID of the user who sent the transfer request.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RecipientTransferDetailsInner.name()Returns:
recipientEmailId
public String recipientEmailId()
Get the recipientEmailId property: The email ID of the user to whom the transfer request was sent.
Returns:
resellerId
public String resellerId()
Get the resellerId property: Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account.
Returns:
resellerName
public String resellerName()
Get the resellerName property: Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account.
Returns:
supportedAccounts
public List<SupportedAccountType> supportedAccounts()
Get the supportedAccounts property: List of supported account types.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Overrides:
RecipientTransferDetailsInner.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RecipientTransferDetailsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
transferStatus
public TransferStatus transferStatus()
Get the transferStatus property: Overall transfer status.
Returns:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RecipientTransferDetailsInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
RecipientTransferDetailsInner.validate()withTags
public RecipientTransferDetailsInner withTags(Map<String,String> tags)
Set the tags property: Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /.
Overrides:
RecipientTransferDetailsInner.withTags(Map<String,String> tags)Parameters: