MicrosoftGraphOutlookItem Class   
	- java.
lang. Object  - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity  - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOutlookItem  
- com.
 
- com.
 
public class MicrosoftGraphOutlookItem
 extends MicrosoftGraphEntity
outlookItem.
Constructor Summary
| Constructor | Description | 
|---|---|
| MicrosoftGraphOutlookItem() | 
								 Creates an instance of Microsoft  | 
					
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | 
							additionalProperties()
								 Get the additional  | 
					
| List<String> | 
							categories()
								 Get the categories property: The categories associated with the item.  | 
					
| String | 
							changeKey()
								 Get the change  | 
					
| 
									Offset | 
						
							createdDateTime()
								 Get the created  | 
					
| 
								static
									Microsoft | 
						
							fromJson(JsonReader jsonReader)
								 Reads an instance of Microsoft  | 
					
| 
									Offset | 
						
							lastModifiedDateTime()
								 Get the last  | 
					
| 
									Json | 
						toJson(JsonWriter jsonWriter) | 
| void | 
							validate()
								 Validates the instance.  | 
					
| 
									Microsoft | 
						
							withAdditionalProperties(Map<String,Object> additionalProperties)
								 Set the additional  | 
					
| 
									Microsoft | 
						
							withCategories(List<String> categories)
								 Set the categories property: The categories associated with the item.  | 
					
| 
									Microsoft | 
						
							withChangeKey(String changeKey)
								 Set the change  | 
					
| 
									Microsoft | 
						
							withCreatedDateTime(OffsetDateTime createdDateTime)
								 Set the created  | 
					
| 
									Microsoft | 
						
							withId(String id)
								 Set the id property: Read-only.  | 
					
| 
									Microsoft | 
						
							withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
								 Set the last  | 
					
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOutlookItem
public MicrosoftGraphOutlookItem()
Creates an instance of MicrosoftGraphOutlookItem class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: outlookItem.
Overrides:
MicrosoftGraphOutlookItem.additionalProperties()Returns:
categories
public List<String> categories()
Get the categories property: The categories associated with the item.
Returns:
changeKey
public String changeKey()
Get the changeKey property: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
Returns:
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
Returns:
fromJson
public static MicrosoftGraphOutlookItem fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOutlookItem from the JsonReader.
Parameters:
Returns:
Throws:
lastModifiedDateTime
public OffsetDateTime lastModifiedDateTime()
Get the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOutlookItem.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOutlookItem.validate()withAdditionalProperties
public MicrosoftGraphOutlookItem withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: outlookItem.
Overrides:
MicrosoftGraphOutlookItem.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCategories
public MicrosoftGraphOutlookItem withCategories(List<String> categories)
Set the categories property: The categories associated with the item.
Parameters:
Returns:
withChangeKey
public MicrosoftGraphOutlookItem withChangeKey(String changeKey)
Set the changeKey property: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
Parameters:
Returns:
withCreatedDateTime
public MicrosoftGraphOutlookItem withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
Parameters:
Returns:
withId
public MicrosoftGraphOutlookItem withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOutlookItem.withId(String id)Parameters:
withLastModifiedDateTime
public MicrosoftGraphOutlookItem withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
Parameters:
Returns: