MicrosoftGraphSharepointIds Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSharepointIds
- com.
Implements
public final class MicrosoftGraphSharepointIds
implements JsonSerializable<MicrosoftGraphSharepointIds>
sharepointIds.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSharepointIds() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
listId()
Get the list |
String |
listItemId()
Get the list |
String |
listItemUniqueId()
Get the list |
String |
siteId()
Get the site |
String |
siteUrl()
Get the site |
String |
tenantId()
Get the tenant |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
webId()
Get the web |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withListId(String listId)
Set the list |
Microsoft |
withListItemId(String listItemId)
Set the list |
Microsoft |
withListItemUniqueId(String listItemUniqueId)
Set the list |
Microsoft |
withSiteId(String siteId)
Set the site |
Microsoft |
withSiteUrl(String siteUrl)
Set the site |
Microsoft |
withTenantId(String tenantId)
Set the tenant |
Microsoft |
withWebId(String webId)
Set the web |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSharepointIds
public MicrosoftGraphSharepointIds()
Creates an instance of MicrosoftGraphSharepointIds class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: sharepointIds.
Returns:
fromJson
public static MicrosoftGraphSharepointIds fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSharepointIds from the JsonReader.
Parameters:
Returns:
Throws:
listId
public String listId()
Get the listId property: The unique identifier (guid) for the item's list in SharePoint.
Returns:
listItemId
public String listItemId()
Get the listItemId property: An integer identifier for the item within the containing list.
Returns:
listItemUniqueId
public String listItemUniqueId()
Get the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
Returns:
siteId
public String siteId()
Get the siteId property: The unique identifier (guid) for the item's site collection (SPSite).
Returns:
siteUrl
public String siteUrl()
Get the siteUrl property: The SharePoint URL for the site that contains the item.
Returns:
tenantId
public String tenantId()
Get the tenantId property: The unique identifier (guid) for the tenancy.
Returns:
toJson
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:
withAdditionalProperties
public MicrosoftGraphSharepointIds withAdditionalProperties(Map
Set the additionalProperties property: sharepointIds.
Parameters:
Returns:
withListId
public MicrosoftGraphSharepointIds withListId(String listId)
Set the listId property: The unique identifier (guid) for the item's list in SharePoint.
Parameters:
Returns:
withListItemId
public MicrosoftGraphSharepointIds withListItemId(String listItemId)
Set the listItemId property: An integer identifier for the item within the containing list.
Parameters:
Returns:
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:
Returns:
withSiteId
public MicrosoftGraphSharepointIds withSiteId(String siteId)
Set the siteId property: The unique identifier (guid) for the item's site collection (SPSite).
Parameters:
Returns:
withSiteUrl
public MicrosoftGraphSharepointIds withSiteUrl(String siteUrl)
Set the siteUrl property: The SharePoint URL for the site that contains the item.
Parameters:
Returns:
withTenantId
public MicrosoftGraphSharepointIds withTenantId(String tenantId)
Set the tenantId property: The unique identifier (guid) for the tenancy.
Parameters:
Returns:
withWebId
public MicrosoftGraphSharepointIds withWebId(String webId)
Set the webId property: The unique identifier (guid) for the item's site (SPWeb).
Parameters:
Returns:
Applies to
Azure SDK for Java