Class MicrosoftGraphOpenShiftChangeRequest
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChangeTrackedEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleChangeRequest
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOpenShiftChangeRequest
-
public final class MicrosoftGraphOpenShiftChangeRequest extends MicrosoftGraphScheduleChangeRequest
openShiftChangeRequest.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOpenShiftChangeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: openShiftChangeRequest.StringopenShiftId()Get the openShiftId property: ID for the open shift.voidvalidate()Validates the instance.MicrosoftGraphOpenShiftChangeRequestwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: openShiftChangeRequest.MicrosoftGraphOpenShiftChangeRequestwithAssignedTo(MicrosoftGraphScheduleChangeRequestActor assignedTo)Set the assignedTo property: The assignedTo property.MicrosoftGraphOpenShiftChangeRequestwithCreatedDateTime(OffsetDateTime createdDateTime)Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphOpenShiftChangeRequestwithId(String id)Set the id property: Read-only.MicrosoftGraphOpenShiftChangeRequestwithLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)Set the lastModifiedBy property: identitySet.MicrosoftGraphOpenShiftChangeRequestwithLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphOpenShiftChangeRequestwithManagerActionDateTime(OffsetDateTime managerActionDateTime)Set the managerActionDateTime property: The managerActionDateTime property.MicrosoftGraphOpenShiftChangeRequestwithManagerActionMessage(String managerActionMessage)Set the managerActionMessage property: The managerActionMessage property.MicrosoftGraphOpenShiftChangeRequestwithManagerUserId(String managerUserId)Set the managerUserId property: The managerUserId property.MicrosoftGraphOpenShiftChangeRequestwithOpenShiftId(String openShiftId)Set the openShiftId property: ID for the open shift.MicrosoftGraphOpenShiftChangeRequestwithSenderDateTime(OffsetDateTime senderDateTime)Set the senderDateTime property: The senderDateTime property.MicrosoftGraphOpenShiftChangeRequestwithSenderMessage(String senderMessage)Set the senderMessage property: The senderMessage property.MicrosoftGraphOpenShiftChangeRequestwithSenderUserId(String senderUserId)Set the senderUserId property: The senderUserId property.MicrosoftGraphOpenShiftChangeRequestwithState(MicrosoftGraphScheduleChangeState state)Set the state property: The state property.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleChangeRequest
assignedTo, managerActionDateTime, managerActionMessage, managerUserId, senderDateTime, senderMessage, senderUserId, state
-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChangeTrackedEntity
createdDateTime, lastModifiedBy, lastModifiedDateTime
-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
openShiftId
public String openShiftId()
Get the openShiftId property: ID for the open shift.- Returns:
- the openShiftId value.
-
withOpenShiftId
public MicrosoftGraphOpenShiftChangeRequest withOpenShiftId(String openShiftId)
Set the openShiftId property: ID for the open shift.- Parameters:
openShiftId- the openShiftId value to set.- Returns:
- the MicrosoftGraphOpenShiftChangeRequest object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: openShiftChangeRequest.- Overrides:
additionalPropertiesin classMicrosoftGraphScheduleChangeRequest- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOpenShiftChangeRequest withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: openShiftChangeRequest.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphScheduleChangeRequest- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOpenShiftChangeRequest object itself.
-
withAssignedTo
public MicrosoftGraphOpenShiftChangeRequest withAssignedTo(MicrosoftGraphScheduleChangeRequestActor assignedTo)
Set the assignedTo property: The assignedTo property.- Overrides:
withAssignedToin classMicrosoftGraphScheduleChangeRequest- Parameters:
assignedTo- the assignedTo value to set.- Returns:
- the MicrosoftGraphScheduleChangeRequest object itself.
-
withManagerActionDateTime
public MicrosoftGraphOpenShiftChangeRequest withManagerActionDateTime(OffsetDateTime managerActionDateTime)
Set the managerActionDateTime property: The managerActionDateTime property.- Overrides:
withManagerActionDateTimein classMicrosoftGraphScheduleChangeRequest- Parameters:
managerActionDateTime- the managerActionDateTime value to set.- Returns:
- the MicrosoftGraphScheduleChangeRequest object itself.
-
withManagerActionMessage
public MicrosoftGraphOpenShiftChangeRequest withManagerActionMessage(String managerActionMessage)
Set the managerActionMessage property: The managerActionMessage property.- Overrides:
withManagerActionMessagein classMicrosoftGraphScheduleChangeRequest- Parameters:
managerActionMessage- the managerActionMessage value to set.- Returns:
- the MicrosoftGraphScheduleChangeRequest object itself.
-
withManagerUserId
public MicrosoftGraphOpenShiftChangeRequest withManagerUserId(String managerUserId)
Set the managerUserId property: The managerUserId property.- Overrides:
withManagerUserIdin classMicrosoftGraphScheduleChangeRequest- Parameters:
managerUserId- the managerUserId value to set.- Returns:
- the MicrosoftGraphScheduleChangeRequest object itself.
-
withSenderDateTime
public MicrosoftGraphOpenShiftChangeRequest withSenderDateTime(OffsetDateTime senderDateTime)
Set the senderDateTime property: The senderDateTime property.- Overrides:
withSenderDateTimein classMicrosoftGraphScheduleChangeRequest- Parameters:
senderDateTime- the senderDateTime value to set.- Returns:
- the MicrosoftGraphScheduleChangeRequest object itself.
-
withSenderMessage
public MicrosoftGraphOpenShiftChangeRequest withSenderMessage(String senderMessage)
Set the senderMessage property: The senderMessage property.- Overrides:
withSenderMessagein classMicrosoftGraphScheduleChangeRequest- Parameters:
senderMessage- the senderMessage value to set.- Returns:
- the MicrosoftGraphScheduleChangeRequest object itself.
-
withSenderUserId
public MicrosoftGraphOpenShiftChangeRequest withSenderUserId(String senderUserId)
Set the senderUserId property: The senderUserId property.- Overrides:
withSenderUserIdin classMicrosoftGraphScheduleChangeRequest- Parameters:
senderUserId- the senderUserId value to set.- Returns:
- the MicrosoftGraphScheduleChangeRequest object itself.
-
withState
public MicrosoftGraphOpenShiftChangeRequest withState(MicrosoftGraphScheduleChangeState state)
Set the state property: The state property.- Overrides:
withStatein classMicrosoftGraphScheduleChangeRequest- Parameters:
state- the state value to set.- Returns:
- the MicrosoftGraphScheduleChangeRequest object itself.
-
withCreatedDateTime
public MicrosoftGraphOpenShiftChangeRequest 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'.- Overrides:
withCreatedDateTimein classMicrosoftGraphScheduleChangeRequest- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withLastModifiedBy
public MicrosoftGraphOpenShiftChangeRequest withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.- Overrides:
withLastModifiedByin classMicrosoftGraphScheduleChangeRequest- Parameters:
lastModifiedBy- the lastModifiedBy value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withLastModifiedDateTime
public MicrosoftGraphOpenShiftChangeRequest 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'.- Overrides:
withLastModifiedDateTimein classMicrosoftGraphScheduleChangeRequest- Parameters:
lastModifiedDateTime- the lastModifiedDateTime value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withId
public MicrosoftGraphOpenShiftChangeRequest withId(String id)
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphScheduleChangeRequest- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphScheduleChangeRequest- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-