Uses of Class
com.microsoft.graph.models.AccessPackageSubject
Packages that use AccessPackageSubject
-
Uses of AccessPackageSubject in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessPackageSubjectModifier and TypeMethodDescriptionstatic AccessPackageSubjectAccessPackageSubject.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAccessPackageAssignmentRequest.getRequestor()Gets the requestor property value.AccessPackageAssignment.getTarget()Gets the target property value.Methods in com.microsoft.graph.models that return types with arguments of type AccessPackageSubjectModifier and TypeMethodDescriptionEntitlementManagement.getSubjects()Gets the subjects property value.AccessPackageSubjectCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type AccessPackageSubjectModifier and TypeMethodDescriptionvoidAccessPackageAssignmentRequest.setRequestor(AccessPackageSubject value) Sets the requestor property value.voidAccessPackageAssignment.setTarget(AccessPackageSubject value) Sets the target property value.Method parameters in com.microsoft.graph.models with type arguments of type AccessPackageSubjectModifier and TypeMethodDescriptionvoidEntitlementManagement.setSubjects(List<AccessPackageSubject> value) Sets the subjects property value.voidAccessPackageSubjectCollectionResponse.setValue(List<AccessPackageSubject> value) Sets the value property value.