| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ProgramControl |
ProgramControl.Builder.build() |
ProgramControl |
ProgramControl.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ProgramControl |
ProgramControl.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ProgramControl |
ProgramControl.withControlId(String controlId) |
ProgramControl |
ProgramControl.withControlTypeId(String controlTypeId) |
ProgramControl |
ProgramControl.withCreatedDateTime(OffsetDateTime createdDateTime) |
ProgramControl |
ProgramControl.withDisplayName(String displayName) |
ProgramControl |
ProgramControl.withOwner(UserIdentity owner) |
ProgramControl |
ProgramControl.withProgramId(String programId) |
ProgramControl |
ProgramControl.withResource(ProgramResource resource) |
ProgramControl |
ProgramControl.withStatus(String status) |
Copyright © 2018–2020. All rights reserved.