Uses of Class
odata.msgraph.client.security.complex.EventPropagationResult
-
Packages that use EventPropagationResult Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of EventPropagationResult in odata.msgraph.client.security.complex
Methods in odata.msgraph.client.security.complex that return EventPropagationResult Modifier and Type Method Description EventPropagationResultEventPropagationResult.Builder. build()EventPropagationResultEventPropagationResult. withLocation(String location)EventPropagationResultEventPropagationResult. withServiceName(String serviceName)EventPropagationResultEventPropagationResult. withStatus(EventPropagationStatus status)EventPropagationResultEventPropagationResult. withStatusInformation(String statusInformation)EventPropagationResultEventPropagationResult. withUnmappedField(String name, Object value) -
Uses of EventPropagationResult in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity with type parameters of type EventPropagationResult Modifier and Type Field Description protected List<EventPropagationResult>RetentionEvent. eventPropagationResultsMethods in odata.msgraph.client.security.entity that return types with arguments of type EventPropagationResult Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EventPropagationResult>RetentionEvent. getEventPropagationResults()com.github.davidmoten.odata.client.CollectionPage<EventPropagationResult>RetentionEvent. getEventPropagationResults(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.entity with parameters of type EventPropagationResult Modifier and Type Method Description RetentionEvent.BuilderRetentionEvent.Builder. eventPropagationResults(EventPropagationResult... eventPropagationResults)Method parameters in odata.msgraph.client.security.entity with type arguments of type EventPropagationResult Modifier and Type Method Description RetentionEvent.BuilderRetentionEvent.Builder. eventPropagationResults(List<EventPropagationResult> eventPropagationResults)RetentionEventRetentionEvent. withEventPropagationResults(List<EventPropagationResult> eventPropagationResults)
-