Uses of Class
odata.msgraph.client.beta.complex.SubjectRightsRequestHistory
-
Packages that use SubjectRightsRequestHistory Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SubjectRightsRequestHistory in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SubjectRightsRequestHistory Modifier and Type Method Description SubjectRightsRequestHistorySubjectRightsRequestHistory.Builder. build()SubjectRightsRequestHistorySubjectRightsRequestHistory. withChangedBy(IdentitySet changedBy)SubjectRightsRequestHistorySubjectRightsRequestHistory. withEventDateTime(OffsetDateTime eventDateTime)SubjectRightsRequestHistorySubjectRightsRequestHistory. withStage(SubjectRightsRequestStage stage)SubjectRightsRequestHistorySubjectRightsRequestHistory. withStageStatus(SubjectRightsRequestStageStatus stageStatus)SubjectRightsRequestHistorySubjectRightsRequestHistory. withType(String type)SubjectRightsRequestHistorySubjectRightsRequestHistory. withUnmappedField(String name, String value) -
Uses of SubjectRightsRequestHistory in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type SubjectRightsRequestHistory Modifier and Type Field Description protected List<SubjectRightsRequestHistory>SubjectRightsRequest. historyMethods in odata.msgraph.client.beta.entity that return types with arguments of type SubjectRightsRequestHistory Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SubjectRightsRequestHistory>SubjectRightsRequest. getHistory()com.github.davidmoten.odata.client.CollectionPage<SubjectRightsRequestHistory>SubjectRightsRequest. getHistory(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type SubjectRightsRequestHistory Modifier and Type Method Description SubjectRightsRequest.BuilderSubjectRightsRequest.Builder. history(SubjectRightsRequestHistory... history)Method parameters in odata.msgraph.client.beta.entity with type arguments of type SubjectRightsRequestHistory Modifier and Type Method Description SubjectRightsRequest.BuilderSubjectRightsRequest.Builder. history(List<SubjectRightsRequestHistory> history)SubjectRightsRequestSubjectRightsRequest. withHistory(List<SubjectRightsRequestHistory> history)
-