Class ItemRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Item>
-
- odata.msgraph.client.beta.entity.request.ItemRequest
-
public class ItemRequest extends com.github.davidmoten.odata.client.EntityRequest<Item>
-
-
Constructor Summary
Constructors Constructor Description ItemRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemCategoryRequestitemCategory()PictureCollectionRequestpicture()PictureRequestpicture(String id)
-
-
-
Method Detail
-
itemCategory
public ItemCategoryRequest itemCategory()
-
picture
public PictureRequest picture(String id)
-
picture
public PictureCollectionRequest picture()
-
-