Uses of Class
odata.msgraph.client.beta.complex.SubjectRightsRequestStageDetail
-
Packages that use SubjectRightsRequestStageDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SubjectRightsRequestStageDetail in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SubjectRightsRequestStageDetail Modifier and Type Method Description SubjectRightsRequestStageDetailSubjectRightsRequestStageDetail.Builder. build()SubjectRightsRequestStageDetailSubjectRightsRequestStageDetail. withError(PublicError error)SubjectRightsRequestStageDetailSubjectRightsRequestStageDetail. withStage(SubjectRightsRequestStage stage)SubjectRightsRequestStageDetailSubjectRightsRequestStageDetail. withStatus(SubjectRightsRequestStageStatus status)SubjectRightsRequestStageDetailSubjectRightsRequestStageDetail. withUnmappedField(String name, String value) -
Uses of SubjectRightsRequestStageDetail in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type SubjectRightsRequestStageDetail Modifier and Type Field Description protected List<SubjectRightsRequestStageDetail>SubjectRightsRequest. stagesMethods in odata.msgraph.client.beta.entity that return types with arguments of type SubjectRightsRequestStageDetail Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SubjectRightsRequestStageDetail>SubjectRightsRequest. getStages()com.github.davidmoten.odata.client.CollectionPage<SubjectRightsRequestStageDetail>SubjectRightsRequest. getStages(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type SubjectRightsRequestStageDetail Modifier and Type Method Description SubjectRightsRequest.BuilderSubjectRightsRequest.Builder. stages(SubjectRightsRequestStageDetail... stages)Method parameters in odata.msgraph.client.beta.entity with type arguments of type SubjectRightsRequestStageDetail Modifier and Type Method Description SubjectRightsRequest.BuilderSubjectRightsRequest.Builder. stages(List<SubjectRightsRequestStageDetail> stages)SubjectRightsRequestSubjectRightsRequest. withStages(List<SubjectRightsRequestStageDetail> stages)
-