Uses of Class
com.microsoft.graph.models.SubjectRightsRequest
Packages that use SubjectRightsRequest
-
Uses of SubjectRightsRequest in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SubjectRightsRequestModifier and TypeMethodDescriptionstatic SubjectRightsRequestSubjectRightsRequest.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type SubjectRightsRequestModifier and TypeMethodDescriptionPrivacy.getSubjectRightsRequests()Gets the subjectRightsRequests property value.Security.getSubjectRightsRequests()Gets the subjectRightsRequests property value.SubjectRightsRequestCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type SubjectRightsRequestModifier and TypeMethodDescriptionvoidPrivacy.setSubjectRightsRequests(List<SubjectRightsRequest> value) Sets the subjectRightsRequests property value.voidSecurity.setSubjectRightsRequests(List<SubjectRightsRequest> value) Sets the subjectRightsRequests property value.voidSubjectRightsRequestCollectionResponse.setValue(List<SubjectRightsRequest> value) Sets the value property value.