MicrosoftGraphBaseItemInner Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphBaseItemInner
- com.
- com.
public class MicrosoftGraphBaseItemInner
extends MicrosoftGraphEntity
baseItem.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphBaseItemInner() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
createdBy()
Get the created |
Microsoft |
createdByUser()
Get the created |
Offset |
createdDateTime()
Get the created |
String |
description()
Get the description property: Provides a user-visible description of the item. |
String |
etag()
Get the etag property: ETag for the item. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
lastModifiedBy()
Get the last |
Microsoft |
lastModifiedByUser()
Get the last |
Offset |
lastModifiedDateTime()
Get the last |
String |
name()
Get the name property: The name of the item. |
Microsoft |
parentReference()
Get the parent |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
webUrl()
Get the web |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCreatedBy(MicrosoftGraphIdentitySet createdBy)
Set the created |
Microsoft |
withCreatedByUser(MicrosoftGraphUserInner createdByUser)
Set the created |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withDescription(String description)
Set the description property: Provides a user-visible description of the item. |
Microsoft |
withEtag(String etag)
Set the etag property: ETag for the item. |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the last |
Microsoft |
withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser)
Set the last |
Microsoft |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the last |
Microsoft |
withName(String name)
Set the name property: The name of the item. |
Microsoft |
withParentReference(MicrosoftGraphItemReference parentReference)
Set the parent |
Microsoft |
withWebUrl(String webUrl)
Set the web |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphBaseItemInner
public MicrosoftGraphBaseItemInner()
Creates an instance of MicrosoftGraphBaseItemInner class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: baseItem.
Overrides:
MicrosoftGraphBaseItemInner.additionalProperties()Returns:
createdBy
public MicrosoftGraphIdentitySet createdBy()
Get the createdBy property: identitySet.
Returns:
createdByUser
public MicrosoftGraphUserInner createdByUser()
Get the createdByUser property: Represents an Azure Active Directory user object.
Returns:
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: Date and time of item creation. Read-only.
Returns:
description
public String description()
Get the description property: Provides a user-visible description of the item. Optional.
Returns:
etag
public String etag()
Get the etag property: ETag for the item. Read-only.
Returns:
fromJson
public static MicrosoftGraphBaseItemInner fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphBaseItemInner from the JsonReader.
Parameters:
Returns:
Throws:
lastModifiedBy
public MicrosoftGraphIdentitySet lastModifiedBy()
Get the lastModifiedBy property: identitySet.
Returns:
lastModifiedByUser
public MicrosoftGraphUserInner lastModifiedByUser()
Get the lastModifiedByUser property: Represents an Azure Active Directory user object.
Returns:
lastModifiedDateTime
public OffsetDateTime lastModifiedDateTime()
Get the lastModifiedDateTime property: Date and time the item was last modified. Read-only.
Returns:
name
public String name()
Get the name property: The name of the item. Read-write.
Returns:
parentReference
public MicrosoftGraphItemReference parentReference()
Get the parentReference property: itemReference.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphBaseItemInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphBaseItemInner.validate()webUrl
public String webUrl()
Get the webUrl property: URL that displays the resource in the browser. Read-only.
Returns:
withAdditionalProperties
public MicrosoftGraphBaseItemInner withAdditionalProperties(Map
Set the additionalProperties property: baseItem.
Overrides:
MicrosoftGraphBaseItemInner.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCreatedBy
public MicrosoftGraphBaseItemInner withCreatedBy(MicrosoftGraphIdentitySet createdBy)
Set the createdBy property: identitySet.
Parameters:
Returns:
withCreatedByUser
public MicrosoftGraphBaseItemInner withCreatedByUser(MicrosoftGraphUserInner createdByUser)
Set the createdByUser property: Represents an Azure Active Directory user object.
Parameters:
Returns:
withCreatedDateTime
public MicrosoftGraphBaseItemInner withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: Date and time of item creation. Read-only.
Parameters:
Returns:
withDescription
public MicrosoftGraphBaseItemInner withDescription(String description)
Set the description property: Provides a user-visible description of the item. Optional.
Parameters:
Returns:
withEtag
public MicrosoftGraphBaseItemInner withEtag(String etag)
Set the etag property: ETag for the item. Read-only.
Parameters:
Returns:
withId
public MicrosoftGraphBaseItemInner withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphBaseItemInner.withId(String id)Parameters:
withLastModifiedBy
public MicrosoftGraphBaseItemInner withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.
Parameters:
Returns:
withLastModifiedByUser
public MicrosoftGraphBaseItemInner withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser)
Set the lastModifiedByUser property: Represents an Azure Active Directory user object.
Parameters:
Returns:
withLastModifiedDateTime
public MicrosoftGraphBaseItemInner withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: Date and time the item was last modified. Read-only.
Parameters:
Returns:
withName
public MicrosoftGraphBaseItemInner withName(String name)
Set the name property: The name of the item. Read-write.
Parameters:
Returns:
withParentReference
public MicrosoftGraphBaseItemInner withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.
Parameters:
Returns:
withWebUrl
public MicrosoftGraphBaseItemInner withWebUrl(String webUrl)
Set the webUrl property: URL that displays the resource in the browser. Read-only.
Parameters:
Returns:
Applies to
Azure SDK for Java