Class ExactMatchLookupJobRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<ExactMatchLookupJob>
-
- odata.msgraph.client.beta.entity.request.ExactMatchLookupJobRequest
-
public class ExactMatchLookupJobRequest extends com.github.davidmoten.odata.client.EntityRequest<ExactMatchLookupJob>
-
-
Constructor Summary
Constructors Constructor Description ExactMatchLookupJobRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LookupResultRowCollectionRequestmatchingRows()LookupResultRowRequestmatchingRows(String id)
-
-
-
Method Detail
-
matchingRows
public LookupResultRowCollectionRequest matchingRows()
-
matchingRows
public LookupResultRowRequest matchingRows(String id)
-
-