你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphLocation Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphLocation
- com.
Implements
public final class MicrosoftGraphLocation
implements JsonSerializable<MicrosoftGraphLocation>
location.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphLocation() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
address()
Get the address property: physical |
Microsoft |
coordinates()
Get the coordinates property: outlook |
String |
displayName()
Get the display |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
locationEmailAddress()
Get the location |
Microsoft |
locationType()
Get the location |
String |
locationUri()
Get the location |
Json |
toJson(JsonWriter jsonWriter) |
String |
uniqueId()
Get the unique |
Microsoft |
uniqueIdType()
Get the unique |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAddress(MicrosoftGraphPhysicalAddress address)
Set the address property: physical |
Microsoft |
withCoordinates(MicrosoftGraphOutlookGeoCoordinates coordinates)
Set the coordinates property: outlook |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withLocationEmailAddress(String locationEmailAddress)
Set the location |
Microsoft |
withLocationType(MicrosoftGraphLocationType locationType)
Set the location |
Microsoft |
withLocationUri(String locationUri)
Set the location |
Microsoft |
withUniqueId(String uniqueId)
Set the unique |
Microsoft |
withUniqueIdType(MicrosoftGraphLocationUniqueIdType uniqueIdType)
Set the unique |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphLocation
public MicrosoftGraphLocation()
Creates an instance of MicrosoftGraphLocation class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: location.
Returns:
address
public MicrosoftGraphPhysicalAddress address()
Get the address property: physicalAddress.
Returns:
coordinates
public MicrosoftGraphOutlookGeoCoordinates coordinates()
Get the coordinates property: outlookGeoCoordinates.
Returns:
displayName
public String displayName()
Get the displayName property: The name associated with the location.
Returns:
fromJson
public static MicrosoftGraphLocation fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphLocation from the JsonReader.
Parameters:
Returns:
Throws:
locationEmailAddress
public String locationEmailAddress()
Get the locationEmailAddress property: Optional email address of the location.
Returns:
locationType
public MicrosoftGraphLocationType locationType()
Get the locationType property: locationType.
Returns:
locationUri
public String locationUri()
Get the locationUri property: Optional URI representing the location.
Returns:
toJson
uniqueId
public String uniqueId()
Get the uniqueId property: For internal use only.
Returns:
uniqueIdType
public MicrosoftGraphLocationUniqueIdType uniqueIdType()
Get the uniqueIdType property: locationUniqueIdType.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphLocation withAdditionalProperties(Map
Set the additionalProperties property: location.
Parameters:
Returns:
withAddress
public MicrosoftGraphLocation withAddress(MicrosoftGraphPhysicalAddress address)
Set the address property: physicalAddress.
Parameters:
Returns:
withCoordinates
public MicrosoftGraphLocation withCoordinates(MicrosoftGraphOutlookGeoCoordinates coordinates)
Set the coordinates property: outlookGeoCoordinates.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphLocation withDisplayName(String displayName)
Set the displayName property: The name associated with the location.
Parameters:
Returns:
withLocationEmailAddress
public MicrosoftGraphLocation withLocationEmailAddress(String locationEmailAddress)
Set the locationEmailAddress property: Optional email address of the location.
Parameters:
Returns:
withLocationType
public MicrosoftGraphLocation withLocationType(MicrosoftGraphLocationType locationType)
Set the locationType property: locationType.
Parameters:
Returns:
withLocationUri
public MicrosoftGraphLocation withLocationUri(String locationUri)
Set the locationUri property: Optional URI representing the location.
Parameters:
Returns:
withUniqueId
public MicrosoftGraphLocation withUniqueId(String uniqueId)
Set the uniqueId property: For internal use only.
Parameters:
Returns:
withUniqueIdType
public MicrosoftGraphLocation withUniqueIdType(MicrosoftGraphLocationUniqueIdType uniqueIdType)
Set the uniqueIdType property: locationUniqueIdType.
Parameters:
Returns: