Uses of Class
com.microsoft.graph.models.ServiceProvisioningError
Packages that use ServiceProvisioningError
-
Uses of ServiceProvisioningError in com.microsoft.graph.models
Subclasses of ServiceProvisioningError in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return ServiceProvisioningErrorModifier and TypeMethodDescriptionstatic ServiceProvisioningErrorServiceProvisioningError.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 ServiceProvisioningErrorModifier and TypeMethodDescriptionGroup.getServiceProvisioningErrors()Gets the serviceProvisioningErrors property value.OrgContact.getServiceProvisioningErrors()Gets the serviceProvisioningErrors property value.User.getServiceProvisioningErrors()Gets the serviceProvisioningErrors property value.ServiceProvisioningErrorCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ServiceProvisioningErrorModifier and TypeMethodDescriptionvoidGroup.setServiceProvisioningErrors(List<ServiceProvisioningError> value) Sets the serviceProvisioningErrors property value.voidOrgContact.setServiceProvisioningErrors(List<ServiceProvisioningError> value) Sets the serviceProvisioningErrors property value.voidUser.setServiceProvisioningErrors(List<ServiceProvisioningError> value) Sets the serviceProvisioningErrors property value.voidServiceProvisioningErrorCollectionResponse.setValue(List<ServiceProvisioningError> value) Sets the value property value.