Uses of Class
odata.msgraph.client.beta.complex.PayloadRequest
-
Packages that use PayloadRequest Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PayloadRequest in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PayloadRequest Modifier and Type Method Description PayloadRequestPayloadRequest.Builder. build()PayloadRequestPayloadRequest. withUnmappedField(String name, String value) -
Uses of PayloadRequest in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PayloadRequest Modifier and Type Field Description protected PayloadRequestCommand. payloadMethods in odata.msgraph.client.beta.entity that return types with arguments of type PayloadRequest Modifier and Type Method Description Optional<PayloadRequest>Command. getPayload()Methods in odata.msgraph.client.beta.entity with parameters of type PayloadRequest Modifier and Type Method Description Command.BuilderCommand.Builder. payload(PayloadRequest payload)CommandCommand. withPayload(PayloadRequest payload)
-