MicrosoftGraphEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphDirectoryObjectInner - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEndpoint
- com.
- com.
- com.
public final class MicrosoftGraphEndpoint
extends MicrosoftGraphDirectoryObjectInner
Represents an endpoint.
Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphEndpoint() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
capability()
Get the capability property: Describes the capability that is associated with this resource. |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
providerId()
Get the provider |
| String |
providerName()
Get the provider |
| String |
providerResourceId()
Get the provider |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
uri()
Get the uri property: URL of the published resource. |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withCapability(String capability)
Set the capability property: Describes the capability that is associated with this resource. |
|
Microsoft |
withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deleted |
|
Microsoft |
withId(String id)
Set the id property: Read-only. |
|
Microsoft |
withProviderId(String providerId)
Set the provider |
|
Microsoft |
withProviderName(String providerName)
Set the provider |
|
Microsoft |
withProviderResourceId(String providerResourceId)
Set the provider |
|
Microsoft |
withUri(String uri)
Set the uri property: URL of the published resource. |
Methods inherited from MicrosoftGraphDirectoryObjectInner
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphEndpoint
public MicrosoftGraphEndpoint()
Creates an instance of MicrosoftGraphEndpoint class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Overrides:
MicrosoftGraphEndpoint.additionalProperties()Returns:
capability
public String capability()
Get the capability property: Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only.
Returns:
fromJson
public static MicrosoftGraphEndpoint fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphEndpoint from the JsonReader.
Parameters:
Returns:
Throws:
providerId
public String providerId()
Get the providerId property: Application id of the publishing underlying service. Not nullable. Read-only.
Returns:
providerName
public String providerName()
Get the providerName property: Name of the publishing underlying service. Read-only.
Returns:
providerResourceId
public String providerResourceId()
Get the providerResourceId property: For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphEndpoint.toJson(JsonWriter jsonWriter)Parameters:
Throws:
uri
public String uri()
Get the uri property: URL of the published resource. Not nullable. Read-only.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphEndpoint.validate()withAdditionalProperties
public MicrosoftGraphEndpoint withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Overrides:
MicrosoftGraphEndpoint.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCapability
public MicrosoftGraphEndpoint withCapability(String capability)
Set the capability property: Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only.
Parameters:
Returns:
withDeletedDateTime
public MicrosoftGraphEndpoint withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deletedDateTime property: The deletedDateTime property.
Overrides:
MicrosoftGraphEndpoint.withDeletedDateTime(OffsetDateTime deletedDateTime)Parameters:
withId
public MicrosoftGraphEndpoint withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphEndpoint.withId(String id)Parameters:
withProviderId
public MicrosoftGraphEndpoint withProviderId(String providerId)
Set the providerId property: Application id of the publishing underlying service. Not nullable. Read-only.
Parameters:
Returns:
withProviderName
public MicrosoftGraphEndpoint withProviderName(String providerName)
Set the providerName property: Name of the publishing underlying service. Read-only.
Parameters:
Returns:
withProviderResourceId
public MicrosoftGraphEndpoint withProviderResourceId(String providerResourceId)
Set the providerResourceId property: For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only.
Parameters:
Returns:
withUri
public MicrosoftGraphEndpoint withUri(String uri)
Set the uri property: URL of the published resource. Not nullable. Read-only.
Parameters:
Returns: