Uses of Class
odata.msgraph.client.beta.entity.ExactMatchSession
-
Packages that use ExactMatchSession Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ExactMatchSession in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ExactMatchSession Modifier and Type Method Description ExactMatchSessionExactMatchSession.Builder. build()ExactMatchSessionExactMatchSession. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ExactMatchSessionExactMatchSession. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ExactMatchSessionExactMatchSession. withChecksum(String checksum)ExactMatchSessionExactMatchSession. withDataUploadURI(String dataUploadURI)ExactMatchSessionExactMatchSession. withFields(List<String> fields)ExactMatchSessionExactMatchSession. withFileName(String fileName)ExactMatchSessionExactMatchSession. withRowsPerBlock(Integer rowsPerBlock)ExactMatchSessionExactMatchSession. withSalt(String salt)ExactMatchSessionExactMatchSession. withUnmappedField(String name, String value)ExactMatchSessionExactMatchSession. withUploadAgentId(String uploadAgentId)Methods in odata.msgraph.client.beta.entity that return types with arguments of type ExactMatchSession Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExactMatchSession>ExactMatchSession. renew() -
Uses of ExactMatchSession in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ExactMatchSession Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExactMatchSession>ExactMatchSessionRequest. renew()
-