| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Command |
Command.Builder.build() |
Command |
Command.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Command |
Command.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Command |
Command.withAppServiceName(String appServiceName) |
Command |
Command.withError(String error) |
Command |
Command.withPackageFamilyName(String packageFamilyName) |
Command |
Command.withPayload(PayloadRequest payload) |
Command |
Command.withPermissionTicket(String permissionTicket) |
Command |
Command.withPostBackUri(String postBackUri) |
Command |
Command.withStatus(String status) |
Command |
Command.withType(String type) |
Copyright © 2018–2020. All rights reserved.