Uses of Class
odata.msgraph.client.beta.complex.SubjectRightsRequestDetail
-
Packages that use SubjectRightsRequestDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SubjectRightsRequestDetail in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SubjectRightsRequestDetail Modifier and Type Method Description SubjectRightsRequestDetailSubjectRightsRequestDetail.Builder. build()SubjectRightsRequestDetailSubjectRightsRequestDetail. withExcludedItemCount(Long excludedItemCount)SubjectRightsRequestDetailSubjectRightsRequestDetail. withItemCount(Long itemCount)SubjectRightsRequestDetailSubjectRightsRequestDetail. withItemNeedReview(Long itemNeedReview)SubjectRightsRequestDetailSubjectRightsRequestDetail. withSignedOffItemCount(Long signedOffItemCount)SubjectRightsRequestDetailSubjectRightsRequestDetail. withTotalItemSize(Long totalItemSize)SubjectRightsRequestDetailSubjectRightsRequestDetail. withUnmappedField(String name, String value) -
Uses of SubjectRightsRequestDetail in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SubjectRightsRequestDetail Modifier and Type Field Description protected SubjectRightsRequestDetailSubjectRightsRequest. insightMethods in odata.msgraph.client.beta.entity that return types with arguments of type SubjectRightsRequestDetail Modifier and Type Method Description Optional<SubjectRightsRequestDetail>SubjectRightsRequest. getInsight()Methods in odata.msgraph.client.beta.entity with parameters of type SubjectRightsRequestDetail Modifier and Type Method Description SubjectRightsRequest.BuilderSubjectRightsRequest.Builder. insight(SubjectRightsRequestDetail insight)SubjectRightsRequestSubjectRightsRequest. withInsight(SubjectRightsRequestDetail insight)
-