98 строки
7.4 KiB
YAML
98 строки
7.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner"
|
|
fullName: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner"
|
|
name: "TransitionDetailsInner"
|
|
nameWithType: "TransitionDetailsInner"
|
|
summary: "The details for a billing account transitioned from agreement type Microsoft Online Services Program to agreement type Microsoft Customer Agreement."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **TransitionDetailsInner**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner&text=TransitionDetailsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.TransitionDetailsInner()"
|
|
fullName: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.TransitionDetailsInner()"
|
|
name: "TransitionDetailsInner()"
|
|
nameWithType: "TransitionDetailsInner.TransitionDetailsInner()"
|
|
summary: "Creates an instance of Transition<wbr>Details<wbr>Inner class."
|
|
syntax: "public TransitionDetailsInner()"
|
|
desc: "Creates an instance of TransitionDetailsInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.anniversaryDay()"
|
|
fullName: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.anniversaryDay()"
|
|
name: "anniversaryDay()"
|
|
nameWithType: "TransitionDetailsInner.anniversaryDay()"
|
|
summary: "Get the anniversary<wbr>Day property: The anniversary day of the pre-transitioned account of type Microsoft Online Services Program."
|
|
syntax: "public Integer anniversaryDay()"
|
|
desc: "Get the anniversaryDay property: The anniversary day of the pre-transitioned account of type Microsoft Online Services Program."
|
|
returns:
|
|
description: "the anniversaryDay value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "TransitionDetailsInner.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Transition<wbr>Details<wbr>Inner from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static TransitionDetailsInner fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the TransitionDetailsInner."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of TransitionDetailsInner from the JsonReader."
|
|
returns:
|
|
description: "An instance of TransitionDetailsInner if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner&text=TransitionDetailsInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "TransitionDetailsInner.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.transitionDate()"
|
|
fullName: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.transitionDate()"
|
|
name: "transitionDate()"
|
|
nameWithType: "TransitionDetailsInner.transitionDate()"
|
|
summary: "Get the transition<wbr>Date property: The transition completion date."
|
|
syntax: "public OffsetDateTime transitionDate()"
|
|
desc: "Get the transitionDate property: The transition completion date."
|
|
returns:
|
|
description: "the transitionDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.validate()"
|
|
fullName: "com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "TransitionDetailsInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "The details for a billing account transitioned from agreement type Microsoft Online Services Program to agreement type Microsoft Customer Agreement."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransitionDetailsInner&text=TransitionDetailsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.billing.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0
|