Uses of Class
com.microsoft.graph.models.ConnectedOrganization
Packages that use ConnectedOrganization
-
Uses of ConnectedOrganization in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConnectedOrganizationModifier and TypeMethodDescriptionstatic ConnectedOrganizationConnectedOrganization.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAccessPackageSubject.getConnectedOrganization()Gets the connectedOrganization property value.Methods in com.microsoft.graph.models that return types with arguments of type ConnectedOrganizationModifier and TypeMethodDescriptionEntitlementManagement.getConnectedOrganizations()Gets the connectedOrganizations property value.ConnectedOrganizationCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ConnectedOrganizationModifier and TypeMethodDescriptionvoidAccessPackageSubject.setConnectedOrganization(ConnectedOrganization value) Sets the connectedOrganization property value.Method parameters in com.microsoft.graph.models with type arguments of type ConnectedOrganizationModifier and TypeMethodDescriptionvoidEntitlementManagement.setConnectedOrganizations(List<ConnectedOrganization> value) Sets the connectedOrganizations property value.voidConnectedOrganizationCollectionResponse.setValue(List<ConnectedOrganization> value) Sets the value property value.