PartnerTransferDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. billing. models. ProxyResourceWithTags - com.
azure. resourcemanager. billing. fluent. models. PartnerTransferDetailsInner
- com.
- com.
- com.
public final class PartnerTransferDetailsInner
extends ProxyResourceWithTags
Details of the transfer.
Constructor Summary
| Constructor | Description |
|---|---|
| PartnerTransferDetailsInner() |
Creates an instance of Partner |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
canceledBy()
Get the canceled |
|
List<Detailed |
detailedTransferStatus()
Get the detailed |
|
Offset |
expirationTime()
Get the expiration |
|
static
Partner |
fromJson(JsonReader jsonReader)
Reads an instance of Partner |
| 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 |
|
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. |
|
Partner |
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
PartnerTransferDetailsInner
public PartnerTransferDetailsInner()
Creates an instance of PartnerTransferDetailsInner class.
Method Details
canceledBy
public String canceledBy()
Get the canceledBy property: The email ID of the user who canceled the transfer request.
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 PartnerTransferDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of PartnerTransferDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PartnerTransferDetailsInner.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:
PartnerTransferDetailsInner.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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Overrides:
PartnerTransferDetailsInner.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PartnerTransferDetailsInner.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:
PartnerTransferDetailsInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
PartnerTransferDetailsInner.validate()withTags
public PartnerTransferDetailsInner 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:
PartnerTransferDetailsInner.withTags(Map<String,String> tags)Parameters: