Uses of Class
odata.msgraph.client.beta.entity.Command
-
Packages that use Command Package Description odata.msgraph.client.beta.entity -
-
Uses of Command in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Command Modifier and Type Method Description CommandCommand.Builder. build()CommandCommand. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CommandCommand. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CommandCommand. withAppServiceName(String appServiceName)CommandCommand. withError(String error)CommandCommand. withPackageFamilyName(String packageFamilyName)CommandCommand. withPayload(PayloadRequest payload)CommandCommand. withPermissionTicket(String permissionTicket)CommandCommand. withPostBackUri(String postBackUri)CommandCommand. withStatus(String status)CommandCommand. withType(String type)CommandCommand. withUnmappedField(String name, String value)
-