Uses of Class
odata.msgraph.client.beta.entity.PayloadResponse
-
Packages that use PayloadResponse Package Description odata.msgraph.client.beta.entity -
-
Uses of PayloadResponse in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PayloadResponse Modifier and Type Method Description PayloadResponsePayloadResponse.Builder. build()PayloadResponsePayloadResponse. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PayloadResponsePayloadResponse. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PayloadResponsePayloadResponse. withUnmappedField(String name, String value)
-