MicrosoftGraphSharepointIds Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharepointIds

Implements

public final class MicrosoftGraphSharepointIds
implements JsonSerializable<MicrosoftGraphSharepointIds>

sharepointIds.

Constructor Summary

Constructor Description
MicrosoftGraphSharepointIds()

Creates an instance of MicrosoftGraphSharepointIds class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: sharepointIds.

static MicrosoftGraphSharepointIds fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphSharepointIds from the JsonReader.

String listId()

Get the listId property: The unique identifier (guid) for the item's list in SharePoint.

String listItemId()

Get the listItemId property: An integer identifier for the item within the containing list.

String listItemUniqueId()

Get the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.

String siteId()

Get the siteId property: The unique identifier (guid) for the item's site collection (SPSite).

String siteUrl()

Get the siteUrl property: The SharePoint URL for the site that contains the item.

String tenantId()

Get the tenantId property: The unique identifier (guid) for the tenancy.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String webId()

Get the webId property: The unique identifier (guid) for the item's site (SPWeb).

MicrosoftGraphSharepointIds withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: sharepointIds.

MicrosoftGraphSharepointIds withListId(String listId)

Set the listId property: The unique identifier (guid) for the item's list in SharePoint.

MicrosoftGraphSharepointIds withListItemId(String listItemId)

Set the listItemId property: An integer identifier for the item within the containing list.

MicrosoftGraphSharepointIds withListItemUniqueId(String listItemUniqueId)

Set the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.

MicrosoftGraphSharepointIds withSiteId(String siteId)

Set the siteId property: The unique identifier (guid) for the item's site collection (SPSite).

MicrosoftGraphSharepointIds withSiteUrl(String siteUrl)

Set the siteUrl property: The SharePoint URL for the site that contains the item.

MicrosoftGraphSharepointIds withTenantId(String tenantId)

Set the tenantId property: The unique identifier (guid) for the tenancy.

MicrosoftGraphSharepointIds withWebId(String webId)

Set the webId property: The unique identifier (guid) for the item's site (SPWeb).

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphSharepointIds

public MicrosoftGraphSharepointIds()

Creates an instance of MicrosoftGraphSharepointIds class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: sharepointIds.

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphSharepointIds fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphSharepointIds from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphSharepointIds if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphSharepointIds.

listId

public String listId()

Get the listId property: The unique identifier (guid) for the item's list in SharePoint.

Returns:

the listId value.

listItemId

public String listItemId()

Get the listItemId property: An integer identifier for the item within the containing list.

Returns:

the listItemId value.

listItemUniqueId

public String listItemUniqueId()

Get the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.

Returns:

the listItemUniqueId value.

siteId

public String siteId()

Get the siteId property: The unique identifier (guid) for the item's site collection (SPSite).

Returns:

the siteId value.

siteUrl

public String siteUrl()

Get the siteUrl property: The SharePoint URL for the site that contains the item.

Returns:

the siteUrl value.

tenantId

public String tenantId()

Get the tenantId property: The unique identifier (guid) for the tenancy.

Returns:

the tenantId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

webId

public String webId()

Get the webId property: The unique identifier (guid) for the item's site (SPWeb).

Returns:

the webId value.

withAdditionalProperties

public MicrosoftGraphSharepointIds withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: sharepointIds.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphSharepointIds object itself.

withListId

public MicrosoftGraphSharepointIds withListId(String listId)

Set the listId property: The unique identifier (guid) for the item's list in SharePoint.

Parameters:

listId - the listId value to set.

Returns:

the MicrosoftGraphSharepointIds object itself.

withListItemId

public MicrosoftGraphSharepointIds withListItemId(String listItemId)

Set the listItemId property: An integer identifier for the item within the containing list.

Parameters:

listItemId - the listItemId value to set.

Returns:

the MicrosoftGraphSharepointIds object itself.

withListItemUniqueId

public MicrosoftGraphSharepointIds withListItemUniqueId(String listItemUniqueId)

Set the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.

Parameters:

listItemUniqueId - the listItemUniqueId value to set.

Returns:

the MicrosoftGraphSharepointIds object itself.

withSiteId

public MicrosoftGraphSharepointIds withSiteId(String siteId)

Set the siteId property: The unique identifier (guid) for the item's site collection (SPSite).

Parameters:

siteId - the siteId value to set.

Returns:

the MicrosoftGraphSharepointIds object itself.

withSiteUrl

public MicrosoftGraphSharepointIds withSiteUrl(String siteUrl)

Set the siteUrl property: The SharePoint URL for the site that contains the item.

Parameters:

siteUrl - the siteUrl value to set.

Returns:

the MicrosoftGraphSharepointIds object itself.

withTenantId

public MicrosoftGraphSharepointIds withTenantId(String tenantId)

Set the tenantId property: The unique identifier (guid) for the tenancy.

Parameters:

tenantId - the tenantId value to set.

Returns:

the MicrosoftGraphSharepointIds object itself.

withWebId

public MicrosoftGraphSharepointIds withWebId(String webId)

Set the webId property: The unique identifier (guid) for the item's site (SPWeb).

Parameters:

webId - the webId value to set.

Returns:

the MicrosoftGraphSharepointIds object itself.

Applies to