Class TriggersRootRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<TriggersRoot>
-
- odata.msgraph.client.security.entity.request.TriggersRootRequest
-
public class TriggersRootRequest extends com.github.davidmoten.odata.client.EntityRequest<TriggersRoot>
-
-
Constructor Summary
Constructors Constructor Description TriggersRootRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetentionEventCollectionRequestretentionEvents()RetentionEventRequestretentionEvents(String id)
-
-
-
Method Detail
-
retentionEvents
public RetentionEventRequest retentionEvents(String id)
-
retentionEvents
public RetentionEventCollectionRequest retentionEvents()
-
-